nim-core
v1.0.1
Published
A Nim class for building a game of Nim
Downloads
4
Readme
nim-core
The Nim game - A class for the game Nim.
How to install
To install this package, run
npm install nim-core
How to use
To use the Nim game class in your code, add
const Nim = require("nim-core");
How to run tests
To test the code, run
npm run test
License
This software carries a MIT license.