Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 399 Bytes

generalsio_copy

An imitation of custom-room mode of generals.io, written in python with flask_socketio.

This imitation only guarantees that the rule is almost the same (I'm not sure if there's some differences) as the original ones, but not the APIs.

Now also supports replay.

Running

pip3 install -r requirements.txt
python3 server.py

Then just open http://localhost:23333.