Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghall89/playdate-paddle-game
A single-player Pong-like for the Panic Playdate
https://github.com/ghall89/playdate-paddle-game
Last synced: 1 day ago
JSON representation
A single-player Pong-like for the Panic Playdate
- Host: GitHub
- URL: https://github.com/ghall89/playdate-paddle-game
- Owner: ghall89
- Created: 2024-05-17T01:15:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T02:07:47.000Z (6 months ago)
- Last Synced: 2024-05-22T03:23:02.452Z (6 months ago)
- Language: Lua
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paddle Game
A [Playdate](https://play.date/) port of a simple single-player Pong-like I wrote several years ago for [PICO-8](https://en.wikipedia.org/wiki/PICO-8).
![](./demo.gif)
## Installation
1. Download the zipped game files from [releases](https://github.com/ghall89/playdate-paddle-game/releases/).
2. Upload the zip file to the [Playdate website](https://play.date/account/sideload/).
3. On your Playdate, install the game from the 'Sideloaded' section in Settings > Games## Controls
Rotate the crank to move the paddle back and forth. Alternatively, you can use left and right on the d-pad.
- A: Start a new game
- B: Increase speed (when controlling paddle with d-pad)## Building From Source
To build from source, the [Playdate SDK](https://play.date/dev/) is required.
If you're on a Mac and running the Nova editor, you can build and run the game using the [official Playdate extension](https://sdk.play.date/2.4.2/Inside%20Playdate.html#usingNova)
Otherwise, follow [these instructions](https://sdk.play.date/2.4.2/Inside%20Playdate.html#_compiling_a_project)