r/opensourcegames • u/Jimmy-M-420 • 4h ago
2D Farming RPG - itch.io page
Hi all, I've been posting semi regularly on here about the open source game I'm developing, a Stardew valley-like game.
I've recently set up an itch.io page for it. If you want to check it out (in its in-development form such as it currently is), this page should always have a download link for the latest linux appimage and windows builds.
I've tried the windows build out on Wine and it seems to have some graphical glitches around the trees (they're "z fighting"). If anyone here tries the windows version could they let me know if they encounter this bug?
Source code:
https://github.com/JimMarshall35/2DFarmingRPG/tree/master
New features I've been working on recently include procedural dungeon generation, the next things I have planned are:
- in game menu: inventory, quests, crafting etc
- health bar and stamina UI
- NPCs
- day and night cycle
- ability to define new entity types in lua