Skip to content

LouisPennachio/match-game

Repository files navigation

Match Game

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.

Tech

The game runs in a browser and is implemented with Angular 6.

It features:

Local installation

Match Game requires Node.js v8.11.4+ to run.

Install the dependencies and start the server.

$ npm i
$ ng serve

Testing

$ ng test

License

MIT