Code Monkey home page Code Monkey logo

petgame's Introduction

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:

  1. Simple and intuitive interface ๐Ÿ˜„
  2. Colorful console experience ๐ŸŒˆ
  3. Ability to adopt Pets and Create new Players ๐Ÿถ ๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ
  4. Object based Project which is extensible and customizable ๐Ÿงฐ
  5. Platform independent cuz java ๐Ÿ’ช๐Ÿผ
  6. Locally Savable in .PetGameSavedGame filetype ๐Ÿ—’๏ธ

How to Start playing the game?

  • 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

ScreenShots:

Plafform Image
Windows Terminal: WindowsTerminalScreenShot
Termux (Android): TermuxAdroidScreenShot
Or try this Online verion! ReplitScreenShot

Hope you will love it!

Made by @denzven with Love ๐Ÿ’œ and Java โ˜•

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.