Skip to main content

Foong (A Pong clone) - 2.0a

A clone of pong. This is my first attempt at programming the AI in a game.


Hector Toledo
(hectots)
Play using the mouse to move the block.

Changes

Now Foong have network capabilities. It's just not ready for users yet. It's very buggy right now, hence the 'a' for alpha in the version number. I'll be working on the bugs. Some feedback will be great.
For those of you who want to try it out here are the instructions:
1. Run python game_server [host] [port], where host and port are the ip address and port where you want to be serving your game.
2. Edit the constants.py file and HOST and PORT for the corresponding host and port of the server.
3. Run python main.py and hit "Connect" on the title screen.

I haven't done any GUI for inputing the host and port, and I really don't want to do it by specifying arguments on the command line. I'm working on the GUI and fixing bugs right now.

Links

Home Page
http://sites.google.com/site/randomsystems/Home/random-games

Releases

Foong (A Pong clone) 2.0a2 — 11 Jul, 2009

Foong (A Pong clone) 1.1 — 8 Jul, 2009

Foong (A Pong clone) 1.0 — 6 Jul, 2009

Foong (A Pong clone) 2.0a — 10 Jul, 2009

Pygame.org account Comments