Skip to content

1Axen/glob-game

Repository files navigation

glob-game

Agar.io clone written in python and javascript

Features

  • 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

Setup

Note: the commands below assume a UNIX compliant bash shell

Clone the repository and move into it

git clone https://github.com/1Axen/glob-game.git
cd glob-game

Install the necessary packages

npm install
pip install aiohttp
pip install python-socketio

Run the server

npm run start

Start a session in your browser of choice at http://localhost:8080

About

Agar.io clone written in python and javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors