Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.84 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.84 KB

Crypto Defense License: GPL v3

🏁 OverView

  • crypto-defense is an experimental game project that leverages the power of phi assets. The game challenges players to survive waves of enemies

OverView

🧐 Architecture

  • Frontend: The game's user interface is built using React/phaser 3, providing a responsive and interactive experience.

  • Backend: The backend logic is handled by colyseus, ensuring efficient game mechanics and real-time updates.

✍️ Related Link

Available Commands

Command Description
npm install Install project dependencies
npm run watch Build project and open web server running project, watching for changes
npm run dev Builds project and open web server, but do not watch for changes
npm run build Builds code bundle with production settings (minification, no source maps, etc..)

🎈 License

This project is licensed under GNU.

🎉 Acknowledgements