mon
v0.0.8
Published
a pokemon battle simulator
Downloads
323
Readme
Mon
A Pokemon battle simulator. This is a NodeJS port of the origin mon written by qrush.
Installation
npm install poke
Usage
Check out test.js
for some example usage. This is probably awful and barely works.
Contributing
- Fork it ( https://github.com/[my-github-username]/mon/fork )
- 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 a new Pull Request