Commit 6bc9ebc
Changed files (1)
README.md
@@ -1,6 +1,61 @@
# Mathy
-TODO: Write a gem description
+I wrote mathy during my daughters saturday morning dance class. It
+started off as a conversation something like this...
+
+```text
+
+Dad: Isn't your class supposed by now?
+
+Daughter: Miss Brittney's not here yet.
+
+Dad: Your teacher's late again? Ugh... <grumble, grumble, grumble> Well what do you want to do?
+
+Daughter: Ummm.... can I have some gum?
+
+Dad: No!
+
+Daughter: Please?
+
+Dad: No.
+
+Daughter: Can we do kids ruby?
+
+Dad: That's a good idea. Let me grab my laptop....
+
+Dad: Oh right. I re-installed the OS. I need to re-download kids ruby.
+
+Daughter: Huh?
+
+Dad: Umm... let's do some math.
+
+Daughter: ok.
+
+Dad: I have an idea, let's build a math game.
+
+Daughter: Ummm... ok.
+
+Dad: What should it do when it starts?
+
+Daughter: Huh?
+
+Dad: How about it asks you for your name?
+
+Daughter: Ok...
+
+...hack on some code, hack on some code
+
+Daughter: Miss Brittney's here. Bye!
+
+...hack on some code, hack on some code
+...hack on some code, hack on some code
+...hack on some code, hack on some code
+
+```
+
+Then this turned into the thing we would play with before dance class.
+Then during class while I sat out in the hall, I kept hacking on this
+mathy thing. Yup... not tests... pure hacking!
## Installation
@@ -18,11 +73,11 @@ Or install it yourself as:
## Usage
-TODO: Write usage instructions here
+ $ mathy
## Contributing
-1. Fork it ( https://github.com/[my-github-username]/mathy/fork )
+1. Fork it ( https://github.com/mokhan/mathy/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)