The Simpsons GIF

The Simpsons Arcade 👾

Welcome to my own take of the classic The Simpsons arcade game.

This is a really simplified version of the original arcade version of The Simpsons. It is build using SDL and C++.

The graphics are partly extracted from Spriters Resource and manually ripped. All the sounds found in the game are also manually ripped.

How To Play 🎮

To play the game, download the .zip from GitHub releases and extract it to any folder. Once extracted, execute The Simpsons Arcade.exe.

When the game is loaded press the space bar to begin playing. Currently it only has Homer as a playable character, but more players will be added in the future.

You can do air attacks by pressing attack while jumping.

Check out my gameplay on Youtube 😄

How to build the game âš™

To build the game, you just need to open it in Visual Studio (Linux will be added in the future) and compile it. If you want to play it inside Visual Studio, you will have to modify the Execution folder under the debug settings of the The Simpsons Arcade project, and make it point to $(SolutionDir)External.

License

MIT © Joel Lopez

Enjoy!