From f00ec52def34c45e71bccdf8b47b115ddbcda894 Mon Sep 17 00:00:00 2001 From: smeghead Date: Thu, 26 Sep 2024 00:28:50 +0900 Subject: [PATCH] Add projects to in-the-wild page. --- content/documentation/in-the-wild.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/documentation/in-the-wild.md b/content/documentation/in-the-wild.md index 5342960..b06bd7a 100644 --- a/content/documentation/in-the-wild.md +++ b/content/documentation/in-the-wild.md @@ -20,6 +20,7 @@ This page contains a list of libraries and projects that use Phel. If you want t * [zo3ja](https://github.com/smeghead/zo3ja) A simple CLI RSS checker implemented with phel. * [phel-tic-tac-toe](https://github.com/smeghead/phel-tic-tac-toe) The tic-tac-toe game using the CLI terminal written in phel. * [phel-old-school-guestbook](https://github.com/smeghead/phel-old-school-guestbook) This is a very primitive project of a small bulletin board Phel-lang application using mysql for storage. - - +* [phel-lifegame](https://github.com/smeghead/phel-lifegame) The Lifegame using the CLI terminal written in phel. +* [phel-saraudon](https://github.com/smeghead/phel-saraudon) A command to Visualize result of `git log --stat`. +* [phel-cellular-automaton](https://github.com/smeghead/phel-cellular-automaton) The cellular automaton using the CLI terminal written in phel.