Simple Multiplayer RPG game build with Socket.IO where you able to explore some fields and fight some monster with your friends!
- Player movement
- Long-range attack
- Enemy logic
- Terrain collission
- Multiple maps
- Better graphics
- Clone the code with
git clone
- Install NodeJS
- Run
npm install
to install dependencies - Start game with
npm run start
- Type
http://localhost:2000
in your browser