From a1c6e8d3718094fdc9add2e5f8d3536bf8fbcc33 Mon Sep 17 00:00:00 2001 From: dani Date: Sat, 22 Jul 2023 23:09:42 +0000 Subject: [PATCH] added readme --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a2e568 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# gsa + +## Game Skunk Advance +Game development library modelled after an imaginary console + +### Specs +- Resolution: 304x176 (19x11 tiles) +- Colors: 256 (indexed out of a possible 24-bit) +- Tilesize: 16x16 (or 8x8 for half-tiles) +- Tileset: 65536 tiles, indexed via 0xYYXX +- Sprites: 256 of size 16x16 (pondering allowing larger sprites) +- Tilemaps: 4 of size 1024x1024, scrollable + +### Features not yet implemented +- Tilemap effects + - Rotation? Scaling? + - Mosaic? + - Mode7? +- Sprite Effects + - Rotation? Scaling? + - Mosaic? +- Sound (no samples) + - Synth + - Speech +- Savegames +- Helpers + - Gamepad text keyboard input + - Menus + +License: 0BSD