A platformer game, where you make your own levels.
In this game, you can use the level editor to create levels with jumps and obstacles for the player to get around and then save those levels onto your computer to play.
Clone with:
git clone "https://github.com/Alex-Petrucci/PlatformerMaker.git"Before running, make sure that you have all the required libraries by running the following command:
bundler installThen to run the game, use the command:
ruby main.rbThis project was made in my first semester of university for Introduction to Programming, and I was only allowed to use classes as C style structs (e.g. no methods), which is why some of the code might look a bit strange.
