Awesome
Ziguana Game System
This is a fake/virtual console which is work in progress.
Info
A small virtual console programmed in LoLa. Create low-resolution pixel art games with an ease!
Specs
- 120×90 pixel resolution
- 16 color fixed palette
- programmed in LoLa
- (planned) crossplatform support for
- Windows
- Linux
- Android
- x86 freestanding (ZGS as an OS)
APIs
The console provides APIs for saving/loading game states, accessing resource data, drawing simple graphics, interface with the text mode, do audio playback, and read inputs.
For a full documentation of the API, see documentation/api-design.md.
Palette
Uses Dawnbringers 16 palette:
Index | Hexcode | Name | Preview |
---|---|---|---|
0 | #140c1c | black | |
1 | #442434 | dark purple | |
2 | #30346d | dark blue | |
3 | #4e4a4e | dark gray | |
4 | #854c30 | brown | |
5 | #346524 | dark green | |
6 | #d04648 | red | |
7 | #757161 | gray | |
8 | #597dce | blue | |
9 | #d27d2c | orange | |
A | #8595a1 | light gray | |
B | #6daa2c | green | |
C | #d2aa99 | skin | |
D | #6dc2ca | dim cyan | |
E | #dad45e | yellow | |
F | #deeed6 | white |