Simple console game for showcasing different aspects of programming and git management
In the best case you have a unix based operating system
- install Node.js and npm (https://nodejs.org)
- install yarn (
npm install -g yarn
)
open a terminal window in the project folder.
yarn
yarn test
yarn start