summaryrefslogtreecommitdiff
path: root/README
blob: 9600ea551a193fe540e56dbc8d01d3f6cc5884cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.