A JS and Cartesi-compatible implementation of Anuto TD coded in TypeScript and using the game engine Phaser V3
npm run dev
: runs webpack-dev-server for the game development only (phaser);npm run dev:cartesi
: runs webpack-dev-server including the React UI for Cartesi tournaments. You must havebackend
running locally;npm run build
: build production assets atdist/
npm run build:game
: build production assets atdist/
without React UI for Cartesi tournaments.npm run build:app
: build only theapp
target atdist/
Thank you for your interest in Cartesi! Head over to our Contributing Guidelines for instructions on how to sign our Contributors Agreement and get started with Cartesi!
Please note we have a Code of Conduct, please follow it in all your interactions with the project.
This repository and all contributions are licensed under APACHE 2.0. Please review our LICENSE file.
- Original work