Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .
```