Added chest interaction
[butaba-adventures.git] / butaba
1 #!/usr/bin/env python
2
3 # main game playing script
4
5 import maingame
6
7 game = maingame.MainGame ()
8 game.main_loop ()