Skip to content

A pokemon remake in the terminal using python.

Notifications You must be signed in to change notification settings

elchic00/pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Python by Andrew Alagna:

I implemented classes for pokemon, players (cpu and human with helper functions), grid squares, and the grid.

I created functions to generate a random pokemon,traverse the grid, throw pokeballs at wild pokemon, to battle, use a potion, collect the starting player info, to choose a starting pokemon, and a function called playing_game which will continue to traverse the grid until you have no more pokemon or capture 4.

🚷 = cant access grid-square

🌴 = a generic area you can walk on

🦔 = a wild pokemon

⛔ = a pokeball you can pick up (white ball in gif)

🥊 = a cpu ready to fight

🫡 = where the current player is located (salute face)

✅ = visited grid-sqaure

simplescreenrecorder-2022-03-10_18.23.53.mp4

Releases

No releases published

Packages

No packages published

Languages