Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.12 KB

Creepts - a Cartesi Game based on Anuto TD

A JS and Cartesi-compatible implementation of Anuto TD coded in TypeScript and using the game engine Phaser V3

Development

  • 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 have backend running locally;
  • npm run build: build production assets at dist/
  • npm run build:game: build production assets at dist/ without React UI for Cartesi tournaments.
  • npm run build:app: build only the app target at dist/

Contributing

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.

License

This repository and all contributions are licensed under APACHE 2.0. Please review our LICENSE file.

Acknowledgments

  • Original work