anvil008 / tokemon-go

:video_game: Command line version of Pokemon Go in Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tokémon Go

A ruby command line game based off Pokémon Go.

How to Play

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

Test Bench

To run the rspec testbench

rspec

To Do

  • Add Battle Mode
  • Cleaner Startup for end-users

Maintainers

@anvil008

Contribute

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.

License

MIT © Anvil Palamattam

About

:video_game: Command line version of Pokemon Go in Ruby

License:MIT License


Languages

Language:Ruby 100.0%