Place thousands of casual flash games on your django powered site with this pluggable django application.
Docs are coming real soon now.
Three important SETTINGS:
- ARCADE_STORAGE_MODULE = 'arcade.storage.file'
- ARCADE_STORAGE_PATH = os.path.join(os.path.dirname(file), 'data', 'game_files')
- ARCADE_STATIC_URL = "http://localhost:8000/games/"
Autopost is still broken, I'm working on it.
