From 9d866d08aacfc6a262561d31c902533b03999d47 Mon Sep 17 00:00:00 2001 From: Ev Bogdanov Date: Mon, 14 Aug 2017 17:55:29 +0300 Subject: [PATCH] Yep, Acme can play games --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 37c4418..701dd01 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,10 @@ Put these guys in your **$path**. - copy: `> sed '' > file.txt` - pipe selection to a file: `> awk '{ print(toupper($1)) }' | sort | nl > file.txt` +## Games! + +- [Tic-tac-toe](https://github.com/evbogdanov/acme_tic_tac_toe) + ## Other Plan9 goodies - `win` start shell in a new window