diff options
| author | mo khan <mo@mokhan.ca> | 2014-05-23 22:26:08 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-05-23 22:26:08 -0600 |
| commit | 6bc9ebc9279def83dbe1e31b529989b8dbe3b6de (patch) | |
| tree | 1fdbc0afaef6996bd12b092658adc4fc2eaf303d | |
| parent | f8c00279727873d8af1e4917a834a0c36a07a266 (diff) | |
add story.
| -rw-r--r-- | README.md | 61 |
1 files changed, 58 insertions, 3 deletions
@@ -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`) |
