- Django
- JavaScript
- Vue.js
- PostgreSQL
- HTML
- CSS
- To play the command line version of this game, you need to download the CLI_version folder.
- Next, to run the CLI version of the game, you will need to install node.js
- To do that, if using Mac:
brew install node
- Next, compile and execute the code:
node main.js
- To run the website version of the game, you need to first install yarn.
- To do that, if using Mac:
brew install yarn
- Next, install the dependencies:
yarn install
- Next, to run the website version of the game, run the following command:
yarn run serve
yarn serve
yarn build
yarn lint