Python is one of my favorite programming languages. It does not need to be compiled and runs just from a written file. It also has a nice Python console that is handy for experiments.
I like to program games with Pygame. The Pygame API is similar to SDL but development in Python is much faster.
SolysSimple Solar System simulation. Any astronomical objects could be included by putting it to the bodies/ directory. The simulation uses Runge Kutta integration method. This allows to use big time steps for faster simulation. But notice that with extreme time steps even this simulation will not be precise enough and the Moon will fly away. Controls:
Download: solys-0.2.tar.gz |
|
Robo HuntTake all plutonium and don't be caught. The robot hunters use Particle Filters AI technique. Controls:
Download: |
|
WaterFunny water simulation. Controls:
Download: |
|