This is the source code for The Deep End, a small game I wrote in 2024 for a small game jam hosted by a friend.
Play here: https://iprogramincpp.itch.io/the-deep-end
You, a sorcerer, have decided to go trick or treating underground. Although nobody is there, there's candies below, for... some reason. So greedily, you go in and try to get as many as you can.
There is no escape. You can't come back. So you make the last moments count by taking as many candies as you can! The journey is treacherous, filled with perils which you must avoid.
I realize that the initial story is a bit somber. The goal is basically to get as high of a score, and as deep, as possible, before you inevitably kick the bucket.
How far deep can you go?
You must link with the following DLLs:
Microsoft.Xna.Framework.dll
v4.0Microsoft.Xna.Framework.Game.dll
v4.0Microsoft.Xna.Framework.Graphics.dll
v4.0
Perhaps the version of the XNA Framework provided doesn't cut it. Try installing the Microsoft XNA Framework 4.0 Redistributable, deleting the Microsoft.Xna.Framework.X DLLs from this directory, and trying to run the game again.
If that doesn't work, get in touch with me, we'll sort it out.
This source code is licensed under the MIT License.