Introducing PetGame!
A simple console based game made by @denzven in Java β
About the Game
PetGame is my first big project in Java, the rules are simple, Adopt Pets and take good care of them, and gain XpPoints! Since this is an Object based game.. you can create almost infinite amount of Pets and Players!
Features of the Game:
- Simple and intuitive interface π
- Colorful console experience π
- Ability to adopt Pets and Create new Players πΆ π§πΌβπ€βπ§πΌ
- Object based Project which is extensible and customizable π§°
- Platform independent cuz java πͺπΌ
- Locally Savable in
.PetGameSavedGamefiletype ποΈ
How to Start playing the game?
- Windows & Mac:
if you have Java Installed, run the
PetGame.jarfile below using the command:java -jar PetGame.jar - Android: On Android, running this game is extremly simple, jus run these following cmds on termux:
(for First time running)
pkg install git -y && pkg install openjdk-17 -y && cd && git clone https://github.com/denzven/PetGame && cd PetGame/ && java -jar PetGame.jar
(Regular run)
cd PetGame/ && java -jar PetGame.jar
This will directly open the Game in console
if you want to compile the program too, you will need to download the JavaJDK and run this cmd: (works in all platforms)
run this is PetGame/src folder
javac *.java && java PetGame
Or the Easiest Method, Run it in replit!
https://replit.com/@DenzvenIgnatius/PetGame?v=1
Please Note: the Save Game feature wont work online, its only for locally run games
ScreenShots:
| Plafform | Image |
|---|---|
| Windows Terminal: | ![]() |
| Termux (Android): | ![]() |
| Or try this Online verion! | ![]() |
Hope you will love it!
Made by @denzven with Love π and Java β


