Skip to content

dirtshell/smashonline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smashonline

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.

Things to come

  • 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

Maybes

  • Implement a user system
  • Tie into the Dolphin API to get more information about the matches
    • Winner
    • Players
    • Characters
    • Map
    • Lobby data

About

A easy way for people to arrange Super Smash Bros Melee games online with the Dolphin Emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages