main.py has been removed as it's now deprecated. asgard.py now launches the program...
commit4660db1f44ca91a1e61aa57ac7e567f7ae06f6c0
authorrustushki <rustushki>
Thu, 30 Nov 2006 20:59:53 +0000 (30 20:59 +0000)
committerrustushki <rustushki>
Thu, 30 Nov 2006 20:59:53 +0000 (30 20:59 +0000)
treeb7e2be3a22660ed3e3c7d1d1ae0bb2142639530d
parent1150ac6b3e4e4130027aa99783f138c5d6b9f82d
main.py has been removed as it's now deprecated.  asgard.py now launches the program.  the Makefile has been modified to reflect this.  the content of ConsoleController's methods have been copied to the Asgard class.

work on the game() routine has begun.  work on Asgard.wait() has begun to.  Asgard object now recognizes Up/Left, Down/Right, Enter(F key), Cancel(D key), and Quit events.

added some other comments to BattleScreen.
Makefile
asgard.py
battle.py
event.py
main.py [deleted file]
screen.py
transaction.py