From 4e03aada20ccb5bbd7933a3719ab40e9a19546eb Mon Sep 17 00:00:00 2001 From: Robin Chappatte Date: Sat, 25 Apr 2026 07:38:02 +0200 Subject: [PATCH] update branches description --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 72c7589..80cab98 100755 --- a/readme.md +++ b/readme.md @@ -9,7 +9,14 @@ It thus should be able to run on the architecture and ISA the players have built The `main` branch contains a minimal implementation of the game. The following branches contains variations, allowing comparisons of performances, visuals, gameplay, ... -- `res-2`: 256x192 screen resolution, 17x17 tile +- `res-2`: + - `256x192` screen resolution + - `17x17` tile resolution +- `res-2-prerendered`: + - `256x192` screen resolution + - `17x17` tile resolution + - initial screen prerendered + - no sprite rotation ## Build script