ggdt/examples/slimed
Gered 66bf1e40cc pin anyhow and thiserror versions
due to encountering some compile errors on a fresh system which pulled
down the newest minor versions of both. these two libraries do not seem
to follow "good" semantic versioning ... ? ugh. will try to work out
the compiler issues with the latest versions of these later ...
2023-01-18 13:26:53 -05:00
..
assets add "slimed" example 2022-05-23 17:43:38 -04:00
src update example project entity system component store usage 2023-01-01 12:22:03 -05:00
Cargo.toml pin anyhow and thiserror versions 2023-01-18 13:26:53 -05:00
README.md attribute original artists 2022-05-23 18:17:53 -04:00
screenshot.png add READMEs and screenshots for examples 2022-05-23 17:45:22 -04:00

libretrogd - 'Slime Stabbing Simulator' Demo

A fairly more involved demo which was originally written to test out and learn how good/bad libretrogd's entity, events and state management support is to use in practice. I learnt a lot from it, and have many ideas to improve things now.

Graphics from the awesome Tiny 16 by Lanea Zimmerman.

With some Tiny 16 extensions by:

Plus a very small handful of additional graphics by unknown artists because the image files have been sitting on my hard drive for years and I've forgotten who they were originally from!

Warning! There is quite a bunch of slow/sloppy code in here!

Simply do cargo run from this directory to try it out.