https://github.com/aliasaria/brickcrusher2020
BrickCrusher2020 for Playdate is a remake of classic BrickBreaker by the original developer of BrickBreaker
https://github.com/aliasaria/brickcrusher2020
brickbreaker playdate playdate-console
Last synced: 9 months ago
JSON representation
BrickCrusher2020 for Playdate is a remake of classic BrickBreaker by the original developer of BrickBreaker
- Host: GitHub
- URL: https://github.com/aliasaria/brickcrusher2020
- Owner: aliasaria
- Created: 2022-03-06T02:43:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T19:43:49.000Z (over 2 years ago)
- Last Synced: 2025-04-18T22:50:44.206Z (9 months ago)
- Topics: brickbreaker, playdate, playdate-console
- Language: Lua
- Homepage:
- Size: 7.18 MB
- Stars: 25
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BrickCrusher2020 for Playdate

## Download
Wnat to play? You can download BrickCrusher2020 by clicking here:
[](https://aliasaria.itch.io/brickcrusher-2020-for-playdate)
## Development
Download the Playdate SDK https://play.date/dev/ (tested on v1.12.3 on macOS) and install.
Once you have `make` installed, you can run:
```
make build
```
to build and run the app
You can also run:
```
make build-production
```
to build a clean production binary for distribution.