Two more possible names for the game are
- Code Of Heroes: MOBA
- Code Warriors: Arena
- Code Warriors: MOBA
Welcome to Code Of Heroes! This is a unique MOBA where players don't control heroes directly but write a strategy code for their heroes. You can watch your heroes battle on the battleground based on the strategies you have programmed.
- Real-time multiplayer online battle arena.
- Code your own hero strategy.
- Watch matches live.
- Learn programming and AI.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js v14 or above
- NPM v6 or above
After cloning the repository, install the project dependencies by running:
npm install
This will install all the dependencies defined in package.json.
To run the game server locally, use:
npm start
This will start the game server at localhost:3000.
We appreciate all contributions. To contribute to Code Of Heroes, see the CONTRIBUTING.md
This project is licensed under the MIT License. See the LICENSE.md for details.