/code-retreat-stub

Simple stab for code retreat event on Javascript with ES6

Primary LanguageJavaScript

Simple stab for code retreat event in Javascript with ES6

  1. Install dependencies via npm i
  2. Write code of the game in src/Game.js, its usage in src/index.js, and some tests in src/Game.spec.js
  3. Run tests npm test
  4. Run startup code via npm start. Also you can start your code with watch by npm run start:watch