Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 795 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 795 Bytes

Bubble_Beam

Jason Chua APCS1 Final Project

This game is a text-based RPG based off of the Pokemon franchise. The player chooses a starter Pokemon and begins his/her journey through the Kanto region. In each city, the player will be prompted to choose one of 3 options. The player can either battle the gym leader to progress to the next city, train in the wilderness in order to get xp and catch pokemon, or the player can go to the pokemon center to heal pokemon/edit party. There are 8 cities each with a gym leader to defeat. After beating all 8, the game is finished.

Note of important files: Game.java Pokemon.java Trainer.java City.java

The other files are subclasses of Pokemon.java

To run the game, enter javac Game.java in the terminal. Then, enter java Game and enjoy the game.