programming in java

Job ID: 37501389

Budget: $30 – $250 USD

Objective: Make a full scale Java Application including saving information to a file and reading it back in.

What to do: You’re going to be making the game Pet Simulator X! The application will be all text so no need to worry about the graphics. What does this mean? You will need to plan it out! The user interactions will be a little tricky in a purely text environment, so think about that!

Link: https://www.roblox.com/games/6284583030/Pet-Simulator-XLinks to an external site.

There are also a ton of videos that you can watch about the game.

Don't worry about the Robux aspect.

Gameplay Information:
There will be (up to) three levels of the game.
You decide the distinction in play between the beginner, intermediate, and advanced player
System Requirements:
Your program must be programmed in Java
Your program must be your own original work
Any code you get off the internet has to have a link to where it’s from, EVEN IF IT IS JUST THE IDEA
All interactions will be in text
User and saving requirements:
The program will keep a record of all of the games of the past
This will also prompt at the beginning of the game
For example, the first prompt can be “Do you want to play Pet SimulatorX, or do you want to view your past games?"


Documentation Requirements:
PLANNING DOCUMENTS
Requirements specification document Download Requirements specification document
Flow chart of the program (From the beginning of the program to the end. It will likely have decision points and branches --Process Flowchart)
Flow chart of the interactions specifically (This is similar to the flow chart above, but it is from the user's perspective)<--I use this when I run your programs
Inheritance diagram showing the classes (UML Class Diagram)
Information on Getting Lucid Chart and Basic Tutorials
DECISION DOCUMENTS
If you don’t get to finish the program, use this document to let me know what you WOULD have done