ReadMe updated with screenshots

This commit is contained in:
blondie7575 2024-04-07 15:37:34 -07:00
parent 23f53e0e93
commit 5c9e8b47db
1 changed files with 3 additions and 0 deletions

View File

@ -10,11 +10,14 @@ This was written as an exercise for me to learn the fundamentals of Apple IIgs g
If nothing else, I do think this project serves as a solid starting point for anyone interested in writing GS games. The basics are all here- an art pipeline with compiled sprites, a VBL-synced game loop, input handling, fonts, animation system, and sound. All the things you need on a GS, and all things that are hard on the GS. I'll describe these systems in more detail below.
![Screenshot](Screenshot2.png)
## Running The Game
The included 800k disk image should load fine in any emulator or on real hardware. It should run on any GS with 512k or more of RAM, and no acceleration is required. The game runs of ProDOS 8 and can in theory be copied to a hard drive, but at the moment the volume name is hardcoded in the loader. Sorry, it's lame, I know. The image boots Bitsy Bye, and the game is called CATFIGHT. Run that and enjoy spitting at your opponent all the live long day.
![Screenshot](Screenshot3.png)
## Acknowledgements