From 030afab4ab552d7d91ca6a60d3ffd204c312fd28 Mon Sep 17 00:00:00 2001 From: Noah Andrews Date: Fri, 15 Sep 2023 21:36:09 -0500 Subject: [PATCH] Add FactoryFarming --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c65aa27..edb75ca 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ These projects represent experiments with the Playdate. Use at your own risk. ## Open Source Playdate Games & Example Code - [Artsy Gallery](https://github.com/artsy/hack-playdate-gallery) +- [Factory Farming](https://github.com/timboe/FactoryFarming) - [Game of Life](https://github.com/Whitebrim/Game-of-life-love2d-playdate) - An implementation of Conway's Game of Life meant to provide a template for games to be built in Love2d and ported to Playdate. - [Gimme Friction Baby](https://github.com/notpeter/playdate-friction) - Lua/Playdate port of a classic casual Flash game. - [Klondike Solitaire for Playdate (GitHub Repo)](https://github.com/rtsuk/crankstart-klondike)