finalproject-the-little-game-engine-that-could

Game Engine for creating 2D games such as side-scrolling or map-scrolling games, plus three different versions of a “Gravity Guy” inspired game of our own design. The Engine also contains a level editor for designing tile-based levels for your games.

Group members:

B. Lucian Tisdale (myself)
Nishanth Duraiarasu
Evan Haines
Mateus Aurelio

Background:

This was a final project for a Game Engine Design class at Northeastern University. The requirements for the project included implementing resource managers, game objects with components, and handling collisions. It was also required for us to create a level editor which could save/load levels that could be used in an actual game. We were also required to create a game with our engine. The Game Engine had to be completed in C++, while the actual game was to be implemented completely in Python, using Pybind.

Features:

How to run locally

This project was completely developed in a Linux environment. There is logic contained in the code to be able to run in Windows and Mac, but it has not been tested.
To run in Linux you will have to download dependencies including SDL2 and Pybind11. To compile the Engine(C++)

cd Engine/
python3 linuxbuild.py

To run “Gravity Guy”

python3 gravity_guy.py

Screenshot from 2023-09-23 21-21-24 ***

Screenshot from 2023-09-23 21-20-56 *** Screenshot from 2023-09-23 21-33-55


Screenshot from 2023-09-23 21-37-03