Game Skunk Advance
Go to file
dani 42f8174a51 added size to backgrounds 2023-08-06 16:50:36 +00:00
.idea all the things and even documentation... <_< 2023-07-20 04:39:34 +00:00
examples drawing buttons(not yet functional) in map edit 2023-08-05 14:42:24 +00:00
src added size to backgrounds 2023-08-06 16:50:36 +00:00
.gitignore gitignore and changelog link 2023-07-27 04:07:54 +00:00
CHANGLOG.md fixed missing dependency in scaffolding 2023-07-27 05:23:09 +00:00
Cargo.toml started map editor 2023-08-04 22:41:17 +00:00
LICENSE licensed to 0BSD 2023-07-22 22:47:03 +00:00
README.md updated README.md 2023-07-27 05:16:11 +00:00
todo.md all the things and even documentation... <_< 2023-07-20 04:39:34 +00:00

README.md

gsa

Game Skunk Advance

Game development library modelled after an imaginary console

Changelog

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
    • rectangle(not id range) of 0x7000 to 0x7F7F semi-reserved
  • Sprites: 256 of size 16x16 (pondering allowing larger sprites)
  • Backgrounds: 4 of size 1024x1024, scrollable

Getting started

cargo install gsa

gsa new my_project

cd my_project

cargo run

Features not yet implemented

  • Background effects
    • Rotation? Scaling?
    • Mosaic?
    • Mode7?
  • Sprite Effects
    • Rotation? Scaling?
    • Mosaic?
  • Sound (no samples)
    • Synth
    • Speech
  • Savegames
  • Helpers
    • Gamepad text keyboard input
    • Menus

License: 0BSD