Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theaniketraj/pong-game

Pong Game made with Kivy Modules. Just plug and play (no setup required) - pun intended. 😉
https://github.com/theaniketraj/pong-game

beginner game kivy kivy-framework pong pong-game pong-python

Last synced: 5 days ago
JSON representation

Pong Game made with Kivy Modules. Just plug and play (no setup required) - pun intended. 😉

Awesome Lists containing this project

README

        


cover

# Pong-Game


Pong is one of the first computer games that ever created, this simple "tennis like" game features two paddles and a ball, the goal is to defeat your opponent by being the first one to gain10 point, a player gets a point once the opponent misses a ball.

The game can be played with two human players, or one player against a computer controlled paddle.

The game was originally developed by Allan Alcorn and released in 1972 by Atari corporations.

Soon, Pong became a huge success, and became the first commercially successful game, on 1975, Atari release a home edition of Pong (the first version was played on Arcade machines) which sold 150,000 units.

Today, the Pong Game is considered to be the game which started the video games industry, as it proved that the video games market can produce significant revenues.

To Run the Game :-


  • Download the Repo as a Zip from the "Code" Section and extract it.

  • You might want to open the folder in VS Code.

  • Open "Main.py" and Run it.

  • The Game should start in a separate window of its own.