Skip to content

darabos/alasala

Repository files navigation

Alasala Island

Game for PyWeek 30 - Castaway!

In this game you suffer a shipwreck and find yourself on the mysterious Alasala Island. Can you escape or will you succumb to the temptation to stay forever?

We may add new things on master. The version submitted for PyWeek is tagged as pyweek. Compare master against the pyweek tag.

This games uses a Web UI. You need flask:

pip install Flask

After that, run the game with:

./run_game.sh

To reset the game, just delete the file called db.

Once the server is up, just direct your browser to: http://localhost:5000