https://github.com/lostsh/arduboy_pong-game
Pong game for Arduboy
https://github.com/lostsh/arduboy_pong-game
arduboy arduboy-game arduino arduino-leonardo cpp cpp-game game pong pong-game
Last synced: 7 months ago
JSON representation
Pong game for Arduboy
- Host: GitHub
- URL: https://github.com/lostsh/arduboy_pong-game
- Owner: lostsh
- Created: 2020-02-27T21:52:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T19:35:39.000Z (about 5 years ago)
- Last Synced: 2025-03-09T11:09:05.659Z (7 months ago)
- Topics: arduboy, arduboy-game, arduino, arduino-leonardo, cpp, cpp-game, game, pong, pong-game
- Language: C++
- Homepage: https://lostsh.github.io/arduboy_pong-game/
- Size: 5.09 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong
This game is the arduboy version of pongFor more information about arduboy, see [this page](https://arduboy.com/).
This game is only the first version of the code, so it is very ugly !
**How to play :** Default mode is one player game, to play on two player mode, go to settings, then check the checkbox for "Player 2"
**Controls :**
- Player 1:
- **[Up]** & **[Down]** arrows
- Player 2
- **[A]** & **[B]** Buttons**Mute** this function is not disponibl yet
|Main menu|Game menu|Settings|Game|
|---------|---------|--------|----|
|||||## Download
latest release [available here](https://github.com/lostsh/arduboy_pong-game/releases/tag/V1.0). ;)
For more, checkout [GitHub repo](https://github.com/lostsh/arduboy_pong-game) then enjoy playing Pong !