mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2025-12-25 07:38:44 +00:00
10 lines
174 B
Markdown
10 lines
174 B
Markdown
# Game (Linux)
|
|
|
|
Game, based on https://github.com/imp5imp5/game_template_linux.
|
|
|
|
### Build
|
|
``sudo apt install g++ cmake libx11-dev xmake`` \
|
|
``xmake``
|
|
|
|
### Run
|
|
``xmake run``
|