Skip to content

anvil008/tokemon-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

🎮 Command line version of Pokemon Go in Ruby

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages