Skip to content

Agar.io parody clone playing offline.

License

Notifications You must be signed in to change notification settings

Angel-Karasu/haagrah.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haagrah.io

This is a simple project to parody Agar.io game.

Installation

Clone this repository, set the virtual environnement and install all requirements packages

git clone https://codeberg.org/Angel-Karasu/haagrah.io.git; cd haagrah.io;
virtualenv venv; source venv/bin/activate;
pip install -r requirements.txt;

How to play

  1. Run the python file : main.py
  2. Use the arrow keys to move
  3. Eat the most particles and opposants to be the last

License

This project is licensed under the GNU GPLv3.

See the LICENSE file for details.