riksweeney / edgar

A 2D platform game with a persistent world. When Edgar's father fails to return home after venturing out one dark and stormy night, Edgar fears the worst: he has been captured by the evil sorcerer who lives in a fortress beyond the forbidden swamp.
https://www.parallelrealities.co.uk/games/edgar
116 stars 28 forks source link

Add support for gamerzilla achievements. #55

Closed dulsi closed 1 year ago

dulsi commented 2 years ago

Gamerzilla is an open source game achievement system. It allows you to display your achievements online.

riksweeney commented 2 years ago

It looks like every time I build I need to explicitly add the NO_GAMERZILLA switch, which is going to be become extremely frustrating. Can you invert this so that it's an option?

There are also two compile warnings, so the build will fail when you compile with

make DEV=1

Can you correct these, thanks.

dulsi commented 2 years ago

Let me know if you need any other changes.

riksweeney commented 1 year ago

Will not implement.