rustPresentation
Game of fill in the blank stories. Choose a story and fill in the blanks when prompted.
Instructions
- Start the server by navigating to the
server/storiesserver/directory and runningcargo run. - Start the client cli by navigating to the
client/storiesclient/directory and runningcargo run.
Development
Architecture
The server directory contains the "server side" logic. This is completely unnecessary as I am just doing all of this locally, but I need the practice.
The client directory contains the cli code that the user interacts with. It will pass on the user's choices to the server.