Skip to content

Instantly share code, notes, and snippets.

@swarley
Created March 29, 2012 01:34
Show Gist options
  • Save swarley/2232272 to your computer and use it in GitHub Desktop.
Save swarley/2232272 to your computer and use it in GitHub Desktop.
[63] pry(main)> Pokemon.battle(Pokemon::PIKACHU, Pokemon::PIKACHU)
The moves avalible for pokemon #1 are:
Thundershock | Growl | Tail Whip | Thunder Wave
1
The moves avalible for pokemon #2 are:
Thundershock | Growl | Tail Whip | Thunder Wave
3
Pikachu is attacking Pikachu for 20 HP with Thundershock
Pikachu is attacking Pikachu for 0 HP with Tail_Whip
=> -25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment