An easy way for people to arrange Super Smash Bros Melee games online with the Dolphin Emulator, implemented using web.py.
If you cloned this, you are going to need a sqlite database, as well as PIL. To set up teh database, simply run cat schema.sql | sqlite3 smashbook.db from the root directory to create your database. To setup PIL, run sudo apt-get install python-imaging.
- Use timezone abbreviations
- Creating a match is done in a modal, rather than a seperate page
- Prettify everything
- Autofill the first page of matches with matches in the users region
- Have a page that shows the ELO board
- Implement AJAX so people can view games in other regions
- Implement a user system
- Tie into the Dolphin API to get more information about the matches
- Winner
- Players
- Characters
- Map
- Lobby data