A ruby command line game based off Pokémon Go.
Load the game.rb in ruby shell using your favorite terminal
irb -r './lib/game.rb'
Create new game
game = Game.new
Find Tokemons
game.find
Catch Tokemon based on index
game.catch(0)
Move Trainer
game.trainer.move_forward
game.trainer.move_backward
game.trainer.move_left
game.trainer.move_right
View Trainer's Tokemon collection
game.trainer.view_collection
To run the rspec testbench
rspec
- Add Battle Mode
- Cleaner Startup for end-users
Feel free to dive in! Open an issue or submit PRs.
Tokémon Go follows the Contributor Code of Conduct.
By participating in this project you agree to abide by its terms.
MIT © Anvil Palamattam