Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.2 KB

Readme.md

File metadata and controls

51 lines (32 loc) · 1.2 KB

Code Of Heroes

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.

Features

  • Real-time multiplayer online battle arena.
  • Code your own hero strategy.
  • Watch matches live.
  • Learn programming and AI.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js v14 or above
  • NPM v6 or above

Installing

After cloning the repository, install the project dependencies by running:

npm install

This will install all the dependencies defined in package.json.

Running locally

To run the game server locally, use:

npm start

This will start the game server at localhost:3000.

Contributing

We appreciate all contributions. To contribute to Code Of Heroes, see the CONTRIBUTING.md

License

This project is licensed under the MIT License. See the LICENSE.md for details.