ggdt/examples/slimed
Gered 2e57311fe0 try to clean up module 'use' stuff with new prelude modules
though i am not sure how good an idea my approach was with a bunch of
intermediate preludes. i was thinking it might be nice to be able to
only pick out the preludes that you wanted (if not all), but ... would
i ever really need to do that? somehow i am thinking, no, but i will
give it some more thought
2023-03-09 19:10:11 -05:00
..
assets add "slimed" example 2022-05-23 17:43:38 -04:00
src try to clean up module 'use' stuff with new prelude modules 2023-03-09 19:10:11 -05:00
Cargo.toml rename from libretrogd to ggdt 2023-03-02 16:11:59 -05:00
README.md rename from libretrogd to ggdt 2023-03-02 16:11:59 -05:00
screenshot.png add READMEs and screenshots for examples 2022-05-23 17:45:22 -04:00

ggdt - 'Slime Stabbing Simulator' Demo

A fairly more involved demo which was originally written to test out and learn how good/bad ggdt'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.