summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d477e2..b7cdc9d 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,9 @@
This is a simple toy game engine I'm making for [Lisp Game Jam 2024](https://itch.io/jam/spring-lisp-game-jam-2024)! I'm posting the devlog here: https://henriquelalves.com/tags/devlog/.
+
+To build the game, you need CMake.
+
+1. Clone the repository and its submodule (Raylib)
+2. Run `cmake -B build` to create the build folder, and `cmake --build build` to build the game.
+3. The game will be copied with the necessary files to the `out/` folder.
+
+The Scheme scripts on `scripts/` can be altered after building the game, the engine only read the files when starting up.