Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolas-sabbatini/pong-clone
A clone of the popular game Pong made in LÖVE
https://github.com/nicolas-sabbatini/pong-clone
game love2d lua pong pong-game
Last synced: 24 days ago
JSON representation
A clone of the popular game Pong made in LÖVE
- Host: GitHub
- URL: https://github.com/nicolas-sabbatini/pong-clone
- Owner: nicolas-sabbatini
- License: mit
- Created: 2019-12-14T18:17:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:38:16.000Z (8 months ago)
- Last Synced: 2024-04-24T05:30:33.866Z (8 months ago)
- Topics: game, love2d, lua, pong, pong-game
- Language: Rust
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pong-clone
A clone of the popular game Pong made in LÖVE and Bevy## Pong
Pong is one of the earliest arcade video games. It is a table tennis sports
game featuring simple two-dimensional graphics. The game was originally manufactured by Atari, which released it in 1972.### Gameplay
Pong is a two-dimensional sports game that simulates table tennis.
The player controls an in-game paddle by moving it vertically across the
left or right side of the screen. They can compete against another player
controlling a second paddle on the opposing side. Players use the paddles to
hit a ball back and forth. The goal is for each player to reach eleven
points before the opponent; points are earned when one fails to
return the ball to the other.> Source [Wikipedia](https://en.wikipedia.org/wiki/Pong)
### About
Currently there are 2 versions of the game one in bevy and one in Love2d.
Inside of the folder you can find how to run te projects.