Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T19:43:49.000Z (over 1 year ago)
- Last Synced: 2024-11-02T03:03:00.689Z (about 2 months ago)
- Topics: brickbreaker, playdate, playdate-console
- Language: Lua
- Homepage:
- Size: 7.18 MB
- Stars: 19
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-playdate - BrickCrusher 2000 - Brickbreaker Clone for Playdate (Open Source Playdate Games & Example Code / Fonts)
README
# BrickCrusher2020 for Playdate
![BrickCrusher Image](art/screenshot.png)
## Download
Wnat to play? You can download BrickCrusher2020 by clicking here:
[![BrickCrusher Image](art/Playdate-badges/Playdate-badge-download.svg)](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.