mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2025-12-24 15:18:43 +00:00
Create README.md
This commit is contained in:
parent
3205555d59
commit
110f4a440c
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Game Template (Linux)
|
||||
|
||||
A simple framework for prototyping games. \
|
||||
The framework provides a video buffer and simple keyboard and mouse input.
|
||||
|
||||
### Build
|
||||
``sudo apt install g++ cmake libx11-dev`` \
|
||||
``mkdir build && cd build`` \
|
||||
``cmake -DCMAKE_BUILD_TYPE=Release ..`` \
|
||||
``make``
|
||||
Loading…
Add table
Add a link
Reference in a new issue