/pongcade

Quick 2-player pong game using Python arcade library.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pongcade

Simple two player game in Python using the arcade library.

Screenshots

Screenshot game start

Screenshot game end

Requirements

  • Python 3
  • Video card supported by the arcade library (NVidia, ATI, or any recent onboard Intel should work)

Run

Run the pongcade.py python script.

Play

  • Use the W and S keys to control player 1
  • Use the Up and Down arrow keys to control player 2
  • Press Space key to start the game
  • Press the F key to switch between windowed and full screen mode

Bugs

Open an issue.

License