This package includes Typescript+RxJS implementation of classic Snake game.
node(v8 or higher)
- Clone the project in your local environment.
- Move the cloned project directory.
- Execute
npm run start
.
- Project uses Jest as testing framework.
- To run unit tests, execute
npm run test
command on the root directory of the project.