Cannon Hates Tower

Hello! This is a competition entry. It is a simple game where you shoot cannonballs at a tower. Eventually, the tower will succumb. You get more points for letting blocks hit the ground before the top of the tower does.

Hold SPACE to power up the cannon, release to fire. Up and down changes the angle. That’s it!

Requires pyglet/pymunk. Doesn’t run too fast. All those quads to draw, and all.

Windows Binary.

Source code.

Tags: chipmunk, final, physics, pyglet, pymunk, python

Comments

Henryk
24. Jun 2009 · 04:01 UTC
Hi,

From a time I looking for source for game Sokoban I workin with Delphi3 and I using also Delphix How to write codes for this game? I have some levels in txt files All of them have the same size of Columns and rows (rows – 19, cols – 16 I had to do it knowing I have no dinamic arrays in Delphi3 Besides In txt files ‘a’ = a man, ‘b’ = wal, ‘c’ = empty space, ‘d’ = target, ‘e’ = place for target How to “push” a target by a man? How to read levels to array? and how to display elements on form? Hope U can help me with

Greetings for U and all People U know ad love