Create README.md

This commit is contained in:
imp5imp5 2022-05-12 12:46:58 +03:00 committed by GitHub
parent 3205555d59
commit 110f4a440c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
README.md Normal file
View 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``