Added dist directory that can contain builds of games for now.
authorLukas Krickl <lukas@krickl.dev>
Mon, 23 Jun 2025 15:35:50 +0000 (17:35 +0200)
committerLukas Krickl <lukas@krickl.dev>
Mon, 23 Jun 2025 15:35:50 +0000 (17:35 +0200)
They need to be manually built on the server for now.

.gitignore
README.md
index.html

index 19c49ccafe4390e10a587f8f9d582a7d2f342ae8..cb1dd3263ae29284d2c5b1e9881c6d0e955f46eb 100644 (file)
@@ -1,2 +1,3 @@
 blog/*.html
 atom.xml
+dist
index c3182e4f5ae694c52fccc1ee5848ca393d84015a..357dff93096f32dc181a85ac69c703a500f4a343 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,6 +20,14 @@ This will also create an atom feed.
 ./md2html.sh
 ```
 
+### Dist directory
+
+The dist directory contains some pre-build binaries
+
+Currently the webserver expects those binaries to be there.
+
+- `dist/gbrg/rg.gb` should contain the latest build of gbrg 
+
 ## License
 
 This program is distributed under the terms of the MIT License.
index 38df78dfe02a93cf9eb6494161161c44115517a1..9d88149d865010d38871f16d7d7d698281a5e9fc 100644 (file)
@@ -31,6 +31,8 @@
     <p>
       Gbrg is a turn-based rpg for the gameboy written in ulas.
       It serves as a demo project for the assembler.
+
+      The latest build of the game can be downloaded <a href="/dist/gbrg/rg.gb">here</a>
     </p>
   </article>