A multiplayer battle game where players select creatures, navigate a map using Canvas, and battle opponents.
- Frontend: Vanilla JavaScript (ES6+), HTML5, CSS3, Canvas API.
- Backend: Node.js server handling player IDs and coordinate updates.
This project relies on the following backend packages:
- cors:
^2.8.5- Handles Cross-Origin Resource Sharing. - express:
^5.2.1- Web framework for Node.js.
- Clone the repository.
- Install dependencies:
npm install
- Start the server:
node index.js
- Open
index.htmlin your browser.