rocket simulation game with just using tkinter

Irmen de Jong irmen.NOSPAM at xs4all.nl
Sat Oct 1 16:07:13 EDT 2016


On 1-10-2016 15:44, Christian Gollwitzer wrote:
> Am 01.10.16 um 00:59 schrieb Irmen de Jong:
>> Hi,
>>
>> I've made a very simple rocket simulation game, inspired by the recent success of SpaceX
> 
>> You can get the code here if you want to give it a try:
>> https://github.com/irmen/rocketsimulator
> 
> Nice! I'll have to rebind the keys before I can successfully play this, though. My []
> "keys" are in fact combinations of Alt+5 and Alt+6 on a German Macbook keyboard (on a
> German PC, it is AltGr+8, AltGr+9). Why not using the arrow keys? These should be pretty
> universal

Oh, I'm sorry about that, my little knowledge of non-US keyboard layouts shows.
Arrow keys could be an option.   For my education what are the 2 keys to the right of
the P then on your keyboard?

Rebinding the keys should be easy though just change them in the keypress and keyrelease
methods.

Irmen




More information about the Python-list mailing list