From 0c98514044b5de1d3558488ba06c50a744e92c02 Mon Sep 17 00:00:00 2001 From: George Abbott Date: Wed, 27 Dec 2023 17:54:03 +0000 Subject: Commit all --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..9600ea5 --- /dev/null +++ b/README @@ -0,0 +1,27 @@ +eow +--- +eow is a little game where you can guess the ending of words. For instance, you +may get: ti___, man___, cas___, and you have to guess "tle". Inspired by a +question I saw on The 1% Show one evening. + +How to compile and run +---------------------- +Tested on Arch Linux, with the `foot` terminal emulator. + +Run: + git clone https://gabbott.dev/eow + git clone https://gabbott.dev/strarr + cd eow/ + ./install.sh + +Then run `make` to make the program, and execute with: + ./eow + +License +------- +Licensed under BSD 3-Clause. + +Words list +---------- +The words list is gotten from dwyl (https://github.com/dwyl/english-words). +The only thing I did was remove \r to make it work on Linux. -- cgit v1.2.1