https://github.com/shepardeon/total-breakout
A breakout game made with Love2D
https://github.com/shepardeon/total-breakout
Last synced: 30 days ago
JSON representation
A breakout game made with Love2D
- Host: GitHub
- URL: https://github.com/shepardeon/total-breakout
- Owner: Shepardeon
- License: mit
- Created: 2023-10-08T09:01:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T16:25:10.000Z (over 2 years ago)
- Last Synced: 2023-10-23T12:32:42.909Z (over 2 years ago)
- Language: Lua
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Total Breaköut
A pong game made with Love2D
## Build
Install [Love2D](https://love2d.org/) 11.4
(Specific version available on [Github](https://github.com/love2d/love/releases/tag/11.4))
Then run the project using
```bash
love {pathToProject}/main.lua
```