I finished a game

Today i coded a very little game. I turned down two other ideas and did something completely different due to lacking motivation. Bugs and issues please in the comments below.

(Hopefully) i will write an in depth entry later.

(log in to comment)

Comments

Crashes on load :(

Traceback (most recent call last):
  File "C:\Users\BlueDragon\Downloads\MutualAssuredDestruction\mad\run_game.py"
, line 1, in <module>
    import mad.__main__
  File "C:\Users\BlueDragon\Downloads\MutualAssuredDestruction\mad\mad\__main__
.py", line 14, in <module>
    window.set_icon(icon32, icon64, icon128)
  File "C:\Python27\lib\site-packages\pyglet\window\win32\__init__.py", line 793
, in set_icon
    icon = get_icon(image)
  File "C:\Python27\lib\site-packages\pyglet\window\win32\__init__.py", line 774
, in get_icon
    data = image.get_data(format, pitch)
AttributeError: 'TextureRegion' object has no attribute 'get_data'
hmm, windows. Unfortunately i can't test it under windows. Could be a pyglet - windows bug. Have you tried to comment that line (__main__.py l.14). Does it load the other images?
The trick worked from me (win7, python2.7, pyglet 1.1.4)
I had to comment also the "load music" section in levels.py due to some error with AVbin... so I played your music out of the game
Commented out line 14 and it worked (Win7/64bit).
The music worked for me as I had installed AVbin too.

The idea is very nice and it really shows what "m.a.d." means. Unfortunately, it is not much of a game since you quickly realize you have only one choice, even more forced than Tic Tac Toe ;)

Apart from the bug and the extremely short gameplay span, good idea and well executed :)
Thanks!
Yeah i had only a few hours so i decided to make something really simple.