This is a simple clone of the popular game Agar.io using Node.js, Express, and Socket.io.
- Real-time multiplayer gameplay
- Basic gameplay mechanics:
- Move around using mouse
- Eat food to grow bigger
- Eat smaller players
- Split functionality (coming soon)
- Canvas-based rendering
- Collision detection
- Player score tracking
-
Install dependencies:
npm install
-
Start the server:
npm start
-
Open browser and navigate to: http://localhost:3000
- Node.js
- Express
- Socket.io
- HTML5 Canvas