Skip to content

Alex-Petrucci/PlatformerMaker

Repository files navigation

Platformer Maker

A platformer game, where you make your own levels.

Screenshot of the game, showing a level being made

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.

How to run

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 install

Then to run the game, use the command:

ruby main.rb

Code Disclaimer

This 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.

About

A platformer game, where you can make your own levels.

Topics

Resources

License

Stars

Watchers

Forks

Languages