summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
Diffstat (limited to 'software')
-rw-r--r--software/conway.md3
-rw-r--r--software/coreutils.md4
2 files changed, 5 insertions, 2 deletions
diff --git a/software/conway.md b/software/conway.md
new file mode 100644
index 0000000..5d89849
--- /dev/null
+++ b/software/conway.md
@@ -0,0 +1,3 @@
+# Conway's Game of Life
+
+I attempted both a pure C and a raylib implementation of it. Unfinished as usual.
diff --git a/software/coreutils.md b/software/coreutils.md
index d16f188..4c3c88c 100644
--- a/software/coreutils.md
+++ b/software/coreutils.md
@@ -4,12 +4,12 @@ Minimalist coreutils implementation in C. It contains only the functions that I
To-Do:
- [x] echo
-- [ ] cat (marked undone because of SERIOUS FATAL FLAW that I need to fix)
+- [x] cat
- [x] tac
- [x] head
- [x] tail
- [x] touch
-- [ ] cp
+- [x] cp
- [ ] dd
- [ ] df
- [ ] dir