Skip to main content

Tribal Pong - 0.0.1

A pong clone(it's going to be one)


Silas Gaisser
(smileymensch)
I know... There are so many Pong-Clones... But I wanted to make another one... and I did :D

Changes

Links

Home Page
http://www.pygame.org/project-Tribal+Pong-2739-4401.html
Source
https://sourceforge.net/projects/tribalpong/files/TribalPong%200.0.1.tar.gz/download?use_mirror=master

Releases

Tribal Pong 0.0.1 — 6 Dec, 2012

Pygame.org account Comments

  • Mekire 2012-12-07 03:39

    You appear to have forgotten your levels.py module; as such I can't run your program. Other than that, I strongly recommend you not use multiple * imports in a single module. It collapses everything into one namespace and makes it impossible for someone reading your code to know where things are coming from. Also, global constants are fine, but you should really try to refrain from using global variables (like lives points and level).

    -Mek

  • Space Max 2012-12-21 21:35

    It look like a breakout clone without any bricks :(
    sadly...