Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 347 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 347 Bytes

novee

TypeScript implementation of Nova Luna boardgame mechanics

Nova Luna?

Nova Luna is popular abstract boardgame designed by Uwe Rosenberg and Corné van Moorsel in 2019.

How to start?

npm install
npm run up

How to run tests?

npm run build && npm run test