I have a bunch of demo projects that I don't have much use for. You are free to use use these projects if you want. No credit needed. I may post more projects in this thread down the road.
The code down below is not perfect. These are just some projects that I scrapped.
Turn based RPG with name creator, menu, XP, health, and random battles (unfinished):
I updated the platformer project and added proper falling. If you are falling, you cannot spam the A button to keep floating. I also added item blocks you can headbutt and tiles you can break.
I tried to make a random maze generator, but I couldn't figure it out. What I created was way too random. What I did instead was made it where each floor had 4 versions that were similar to each other.
For example, I could create a room called 10th floor, but have seperate pulp rooms called 10th_floorA, 10th_floorB, 10th_floorC, and 10th_floorD. If you reach the exit, a random number generator would take you to one of those 4 rooms.
I also had random number generators for items and enemies. I created init blocks for items and enemies that would spawn items and enemies depending on the random numbers.
Here is a game I've put on the back burner. If someone wants to help on it, I'll give them credit.
In this game, you rotate blocks to make combo's. The game has 3 modes. Tried to add backgrounds, but struggling with artwork.