diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-12-04 03:31:45 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-12-04 03:31:45 +0000 |
commit | 7be4deeee60d11e3ae09ddef1147b2a93b183d88 (patch) | |
tree | b566529d788449442b95fe6a2f0ec41e657a7c45 /README.md | |
parent | 650fb220913f79b5016dcfe1e497493619bf6fa2 (diff) |
Pushed Working Board
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,2 +1,25 @@ # Ouija Board +Just a ouija board based on time and question randomness +## Inspiration +Inspired by Terry Davis TempleOS Timer Random Tongues which he used to communicate with God. + +Since TRT was written in HolyC and this random word generator is written in C I decided to call it a Ouija Board. + +![TempleOS Timer Random Tongues](images/image.png) + +## How to Use + +### Compile +#### Portable +`make` + +#### Installable +`make install` + +### Run +If you already have a `dictionary.dict` file in your path, just run: +`ouija` + +If you have the file saved in another folder, just type: +`ouija /path/to/dictionary` |