Match game is an implementation of the Nim game strategy with matches. Play with a friend, remove 1, 2, or 3 match every turn. If you take the last match, you win. For now, the players must play on the same computer.
The game runs in a browser and is implemented with Angular 6.
It features:
- HTML, SCSS, TypeScript - Web stack
- ngrx/store - Game state handling
- rxjs - Reactive programming
- Jasmine and Karma - Unit tests
Match Game requires Node.js v8.11.4+ to run.
Install the dependencies and start the server.
$ npm i
$ ng serve
$ ng test
MIT