Skip to content

Commit dafd6d9

Browse files
authored
Added Pokemon Game Project in C++
1 parent a05959f commit dafd6d9

File tree

9 files changed

+2083
-0
lines changed

9 files changed

+2083
-0
lines changed

C++ Games/pokemon-game/Pikachu.wav

257 KB
Binary file not shown.

C++ Games/pokemon-game/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# pokemon-oops
2+
This is a Pokemon Game Project made using various OOP's concepts and had been written in C++.
3+
4+
# How to download and Run the Project
5+
Step 0.) Go to 4th Step if you want to include sound in the Project else Go to 5th Step.
6+
7+
Step 1.) IN VS CODE :- setup vs code using given YouTube Link :- https://youtu.be/9WeDQHi6sJs
8+
9+
Step 2.) IN CODE BLOCKS :- Setup Code Block using Given Link :- https://youtu.be/YfHquRENMUI
10+
11+
Step 3.) IN DEV C++ :- Setup Dev C++ using Given Link :- https://youtu.be/7pTUeSPFhIM
12+
13+
Step 4.) Perform 1/2/3 step , Now Compile the main_new_with_sound.cpp file
14+
15+
Step 5.) Now Compile the main_new_without_sound.cpp file
16+
17+
# How to Play the Game
18+
1.) Catch as many as pokemon you can catch and train them
19+
2.) Defeat the Pokemon Gym trainer
20+
3.) Win the Badge to win the Game
21+
22+
23+
24+
25+
![image](https://user-images.githubusercontent.com/87773889/165109078-2e1d11bf-128d-4a3b-a1c5-0e9bd7bdb923.png)
26+

C++ Games/pokemon-game/battle.wav

15.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)