Add build tool and stub main.cpp
This commit is contained in:
parent
bf741cc90b
commit
a5f858641f
5 changed files with 694 additions and 2 deletions
15
README.md
15
README.md
|
|
@ -1,3 +1,14 @@
|
|||
# rutile-game
|
||||
# Rutile Game/Engine
|
||||
|
||||
Game project with custom engine in C++ and SDL, codenamed "Rutile" (after the mineral).
|
||||
Game project with custom engine in C++ and SDL, codenamed "Rutile" (after [the mineral](https://en.wikipedia.org/wiki/Rutile)).
|
||||
|
||||
The name Rutile itself will likely refer to the game engine, while the game itself doesn't have a proper name yet.
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
This project uses my custom C++ build script [shuriken](https://git.0xbd.space/binaryDiv/shuriken).
|
||||
|
||||
The build script itself can be found at `tools/shuriken.py`. See [shuriken - Installation](https://git.0xbd.space/binaryDiv/shuriken#installation) for how to install the requirements to run it.
|
||||
|
||||
Run `tools/shuriken.py build` to build the game, or `tools/shuriken.py run` to build and run it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue