This repository is for a game engine made to run Oath, made by Leder Games, and to be as modular as possible. The engine is accessible through an API (managed by Nest) to allow it to be fully view-agnostic. The underlying structure may later be abstracted for other board game projects.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
You can then use the oath.html file in the view folder to access a rudimentary view for hotseat testing.
NOTE: Unit and integration tests are yet to be implemented
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
This project is under active development, and major changes are still being made, including to the basic structure. Testing and feedback are appreciated.
- Author - Le Codex
- Oath published by Leder Games, designed by Cole Wherle, with art by Kyle Ferrin. Thanks for making this amazing game and being so open with it!
This project is MIT licensed.