From: Lukas Krickl Date: Mon, 23 Jun 2025 15:35:50 +0000 (+0200) Subject: Added dist directory that can contain builds of games for now. X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=02dc167425b893b44e20da8d95b92b6544b2c9cc;p=website%2F.git Added dist directory that can contain builds of games for now. They need to be manually built on the server for now. --- diff --git a/.gitignore b/.gitignore index 19c49cc..cb1dd32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ blog/*.html atom.xml +dist diff --git a/README.md b/README.md index c3182e4..357dff9 100644 --- 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. diff --git a/index.html b/index.html index 38df78d..9d88149 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,8 @@

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 here