Description
Project URL: https://github.com/xcx0902/lgen
This is a simple localized generals.io game. You can download the latest version here.
The right way to start the game
First, run the downloaded exe
file. If you can’t run it, please download the full project (source code) here, and complie src/main.cpp
with g++ -std=c++14
.
How to play
Start the game
Press 0
to start the game. The game rules is the same as generals.io.
Draw a map
Press 1
to draw a map. The map will save as map/<mapname>.lgmap
.
Watch a saved replay
Press 2
to watch a saved replay. It may take a few seconds to load the replay.
View the usage of this program
Press 3
to view the usage of this program (show this page).
View our GitHub project
Press Enter to view our GitHub project (mentioned above).