A simple console based game made by @denzven in Java ☕
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!
- 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
.PetGameSavedGame
filetype 🗒️
- Windows & Mac:
if you have Java Installed, run the
PetGame.jar
file 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
Plafform | Image |
---|---|
Windows Terminal: | |
Termux (Android): | |
Or try this Online verion! |
Hope you will love it!
Made by @denzven with Love 💜 and Java ☕