Results 10 issues of dulsi

Gamerzilla is an open source trophy/achievement system I've been building. The web display piece is currently handled by a plugin for Hubzilla. Additional implementations could be made in the future....

With fontconfig on linux it will automatically find the font. Right now the Fedora package is hard-coding the font path and if it is moved the game stops working.

To implement some unit tests, I've written a wrapper around some of EzSmb. Instead of calling Node.GetNode, I created ISmbHelper and SmbHelper which have a non-static method GetNode. That way...

**Steps to reproduce** 1. Create a project. 2. Add a package. 3. Modify the project to support multiple frameworks `net6.0;net7.0;net8.0` 4. Modify the project so that it uses different packages...

Gamerzilla is an open source achievement system. [Gamerzilla Screenshot](https://social.freegamedev.net/photo/a569d7d9-d89f-4966-ad21-878749f4242f-0.png)

For colormonster I wanted to write to the SD card. I've added minimal SdFat support to my fork of your simulator. Feel free to take it if you want. It...

The rawFrameBuffer is all 0 in 8 bit color. I coded up a fix in my fork of your simulator. I don't think you can pull it directly but here...

I haven't looked at anything except the last one yet. It doesn't run under linux. graphics = { 'grass': import_folder('../graphics/Grass'), 'objects': import_folder('../graphics/objects') } The grass directory in the graphics directory...

This adds Gamerzilla achievement support.

Would you be interested in game controller support? I've coded up a quick test. It's currently only implemented in the battle scenes. (On the PS4 controller this isn't even a...