Updted readme.
authorLukas Krickl <lukas@krickl.dev>
Tue, 19 Nov 2024 13:16:49 +0000 (14:16 +0100)
committerLukas Krickl <lukas@krickl.dev>
Tue, 19 Nov 2024 13:16:49 +0000 (14:16 +0100)
Added built instructions as well as a reference to ulas

README.md

index 261b548098978a9a5f64ddc942aaf57a2dc8abda..51c3df4922f92cbcdabaecb8373627cf2085ddd7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# tbgb 
+# gbrg 
 
-An action rougelike platformer for the gameboy!
+An action rougelike for the gameboy
 
 ## Table of content
 
@@ -12,8 +12,13 @@ An action rougelike platformer for the gameboy!
 
 ## Installation
 
+To compile this game you will need a copy of `ulas`.
+Then simply run `make` to build the rom.
+
 ## Usage
 
+This game is compatible with any gameboy emulator.
+
 ### Building assets
 
 To build the assets simply check out the `assets repository` into the `assets` directory and run `make tiles`.
@@ -23,4 +28,4 @@ This is only required if changes to the tileset were made. All 'compiled' tile d
 
 This program is distributed under the terms of the MIT License.
 
-## Contributing
+