From 7e4ad5cf5715b2ae5ac129bf9a8c4cf4bf08f1b2 Mon Sep 17 00:00:00 2001 From: crc Date: Fri, 24 May 2024 17:18:49 +0200 Subject: [PATCH] start listing descriptions of the programs here in the README --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d93fc3f..2052298 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,32 @@ # konilo-applications -Block sets for use with Konilo. These need to be added to your personal block set before use, and most will require the basic 128 blocks from the main repository to be loaded (specifically, the (std) and (termina) sets). \ No newline at end of file +Block sets for use with Konilo. These need to be added to your +personal block set before use, and most will require the basic +128 blocks from the main repository to be loaded (specifically, +the (std) and (termina) sets). + +# Applications + +``` ++----------------------+---------------------------------------+ +| kohure | a memory browser/editor | +| kowae | a program launcher | +| taotaka | a program launcher | +| wiki | block-based wiki browser | +| wisp | writing in small pieces, a personal | +| | journal | ++----------------------+---------------------------------------+ +``` + +# Amusements + +``` ++----------------------+---------------------------------------+ +| 1D-cellular-automata | A demonstration of a 1D cellular | +| | automata. | +| conways-life | John Conway's game of life, for the | +| | terminal | +| pig | Pig: a game of chance | ++----------------------+---------------------------------------+ +``` +