tuxDB - linux gaming aggregate
TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


https://bluesillybeard.itch.io/fruit-oops


THE GAME:

My submission for the Acerola Gam Jam 0. This is basically fruit ninja, but there's a twist. You'll have to play it to find out!

SOURCE CODE:

The source code can be found here: https://github.com/bluesillybeard/AcerolaGameJam. Word of caution: it's a pretty big spaghetti mess. It's free for others to copy-paste and use, but to be honest I don't think anyone should want to.

OTHER NOTES:

I haven't added audio because I never did it, and to be honest I'm sick of working on this and I just want to get back to my other projects.

I made this using my own game engine. I was already working on the engine before I heard about the Acerola Game Jam. I had only just started on Febuary 1st, so I had a whopping 28 days to make a fully functional game engine. Many shortcuts and sacrifices had to be made.

My custom game engine uses a library called Kinc (Kong in C) which is created by an insane lunatic who thinks they can just break their library all the time and make my life miserable. This has caused some issues:

  •  Windows release build doesn't compile. So I am distributing the debug build.
  • I had to modify Kinc's source code (in an extremely jank way) for X11 and Windows to get the cursor lock to work correctly. As a result, the game may or may not work correctly in Wayland. This also means that if you manage to compile it from source, the game will be nearly unplayable. Sorry.