Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 430 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 430 Bytes

Legacy Code Retreat in Javascript

This is my version of legacy code retreat in Javascript. The code base is taken from here. You can follow the steps I used just by following the commits.

Test with node.js

  • First you need to run npm install inside game directory

  • Then execute:

jasmine-node .

Any test source matching the pattern *.spec.js will be executed.