Abc123 is a learning game. Currently it only includes the addition function for the numbers from 0 to 9 and some sample words spelling.
All images are taken from the openclipart library at http://openclipart.org/.
-- Not yet published as a gem! --
Run the abc123.rb in the /lib directory. The application requires green shoes.
-- Not yet published as a gem! --
Add this line to your application's Gemfile:
gem 'abc123'
And then execute:
$ bundle
Or install it yourself as:
$ gem install abc123
Press the icon with the numbers to display the math expression and the possible solutions. Then press the number which is the right solution.
If the answer is correct a smiley face appears in the rewards section, otherwise the sad face is added to the rewards section.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request