ipongipong is a simple pong implementation that uses IronPython and XAML. The appearance of the game is customizable by changing the XAML code only. On the right, you can see the game running with two different XAML input files. RequirementsOperation% ipy ipong.py pong.xaml % ipy ipong.py pong-ng.xaml # q (left paddle up), a (left paddle down) # up arrow (right paddle up), down arrow (right paddle down) # p (pause) |
|