I made this project in a group of 3 for my Software Design course. We wanted to recreate one of our all time favorite games, Super Smash Brothers, in python. One of the features of the project is that it is fully playable over LAN, with a script to create a server, and the ability to join as a client when in the menus. Additionally, we spent a lot of time trying to make the game feel as authentic as possible by using the original sprites, map, music, and knockback physics.
The game has three playable characters Mario, Marth, and Pikachu each of which have 2 unique abilities, one which could be classified as a smash attach and one which is similar to a tilt attack.
Learn more about this project by visiting its GitHub repository, or website: