Agar.io clone written in python and javascript
- Server written in python using aiohttp and socketio
- Client written in typescript using pixi.js, pixi-viewport and socketio
- Archetype ECS implementation on both sides, supports queries and tag storage
Clone the repository and move into it
git clone https://github.com/1Axen/glob-game.git
cd glob-gameInstall the necessary packages
npm install
pip install aiohttp
pip install python-socketioRun the server
npm run startStart a session in your browser of choice at http://localhost:8080