A game similar to slither.io, written in Python 3.6
See projects tab.
- Go to the Releases tab
- Open the development bulid for your operating system
- Download the <OS>_binaries.zip file (for example, linux_binaries.zip) in the Assets section
- Unzip the downloaded archive
- See the Recommended Parameters section of this readme for more information
- Clone or download this repository.
- Install Python 3.6
- Execute the following commands in the directory this README file is in.
- python3 -m pip install --upgrade pip
- python3 -m pip install pygame==1.9.6
- pip install -r src/requirements.txt
- python3 -m PyInstaller src/client2.spec
- python3 -m PyInstaller src/server.spec
- Find the binaries in ./dists/
For client:
/path/to/client2 --host 127.0.0.1 --port 9999 --view_dist 475
For server:
/path/to/server --host 127.0.0.1 --port 9999 --border 2000 --timeout 15
This project is licensed under the GNU General Public License v3.0. For more information, see license.