Skip to content

This RPG is a text-based version of the beloved Pokémon game featuring wonderful ASCII art illustrating Pokémon of different rarity and strength!

Notifications You must be signed in to change notification settings

kreeyuh77/Pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Pokemon

In this text-based RPG you will enter the world of Pokemon where you can visit Arupville, Kriaustin Town, or the Wilderness and can encounter Pokemon! You can choose to battle or release these Pokemon of different strength and rarity. Win the battle, and you get to keep the Pokemon in your inventory to use in furture battles (after restoring their health, of course). You can even save your progress and load your game later!

Technical Notes:
Not much to say here. This program uses structures, for and while loops, if statemens, random number generation, file I/O, and more!
Tools: C, XCode, Mac OS

To Run:

  1. Download the C file
  2. cd into source folder
  3. gcc -o poke pokemon.c
  4. poke

This is my first ever pogramming project. I made it with a partner for the final submission in my Intro to C class (my very first programming class).We were not given much intruction other than to create something using everything we had learned the past semester. While it is not as impressive as my other projects, I have included it here as it is very special to me.

About

This RPG is a text-based version of the beloved Pokémon game featuring wonderful ASCII art illustrating Pokémon of different rarity and strength!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages