From 54357b58d880103417021d5992564436ea0e239f Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 21 Nov 2020 10:37:06 -0500 Subject: added readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..16164e7 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# CyberPunk Red Terminal Character Creator + +Lets you easily pick stats for your new character, while informing you what numbers, if any, are invalid. Also colours stats and skills based on if they have "high" values or "low" values + +## Sample image of what it looks like + +![image](https://imgur.com/BAOYRe0) + +## How to use + +1. Make sure to have ruby installed, with the [curses gem](https://github.com/ruby/curses) +2. Clone this repo to wherever you please +3. In the terminal, enter into the directory of this repo +4. Simply execute the code with `ruby run.rb` +5. Enjoy! + +## To do +- [ ] Be able to load and save files -- cgit v1.2.3