Foong is a Pong clone written in Python and PyGame.
Play using the mouse to move the block.
Product's homepage
Requirements:
· Python
· pygame
What's New in This Release: [ read full changelog ]
· I've made a simple UI for the input of the IP address and port. The Input in somewhat buggy. Now users can connect with other players. First run the game_server on one end and run the game to connect with the other servers.
Instructions for online play:
· 1. Run python game_server.py HOST PORT
· 2. Run python main.py
· 3. Click connect and enter HOST PORT
· 4. Wait for other player to connect.
· The network play is still buggy.