Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chouffe/love2d-fennel-breakout-game
A small breakout game using Love and fennel + hot code reloading setup
https://github.com/chouffe/love2d-fennel-breakout-game
Last synced: about 8 hours ago
JSON representation
A small breakout game using Love and fennel + hot code reloading setup
- Host: GitHub
- URL: https://github.com/chouffe/love2d-fennel-breakout-game
- Owner: Chouffe
- License: gpl-3.0
- Created: 2022-08-10T13:56:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T21:07:45.000Z (about 2 years ago)
- Last Synced: 2023-03-29T05:35:01.451Z (over 1 year ago)
- Language: Lua
- Size: 9.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Breakout Game from CS50 implemented in fennel with Love
Simple breakout game dev exploration and setup.
Topics covered:
* Hot code reloading from the fennel REPL
* Sprites and quads
* Music
* Assets loading
* Neovim + Conjure setup## Play the game
Install `love2d` and then run the following command:
```
love .
```