bukinoshita/pokemon-game

show user commands if pokemon didnt flee

bukinoshita opened this issue · 0 comments

here user has two options bag or run. (actions list)

- Bag
- Run

if user chooses run it should run the probability of escaping from a wild pokemon. Yet something that needs to be done, leave it blank for now. Because it's not a battle between two pokemons, so need to tweak the algorithm. (issue here)

If true run, if false show list of actions again (bag/run)

if user chooses bag it should show the users items: (this needs user info, can be done by hand for now tho) (issue here)

Items:
- Pokeball (x2)
- Ultraball (x8)

Use inquirer.js