Skip to content

Melonator/KumainKaNaBa_Farm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kumain ka na ba Farm

This repository is a machine project for CCPROG3 class at De La Salle University.

This Java-based game is a farming simulation game, where the player acts as the sole farmer (and manager) of their own farm.

image

Running the Game

Method 1

Go to releases, download and run KumainKaNaBa_Farm.jar.

Method 2

To run the game, you have to do the following:

  1. Clone or download this repository.
  2. Open Terminal and cd to the game directory cd KumainKaNaBa_Farm/src/.
  3. Run the following commands in the Terminal:
    javac Main.java
    java Main
  4. Enjoy the game!

List of Commands

Use help to output all the commands and formatting of the command.

Tools

  • plow
  • shovel
  • pickaxe
  • water
  • fertilize

Player Actions

  • sleep
  • register
  • clear

Others

  • inquire

Seeds

  • Turnip
  • Carrot
  • Potato
  • Rose
  • Tulips
  • Sunflower
  • Mango-Tree
  • Apple-Tree

Command Format

  • To plant, plant <seed> <tile>
  • To harvest, harvest <tile>
  • To inquire tile status, inquire <tile>
  • To inquire seed requirements, inquire <seed>

UML Diagram

Click here for the latest UML Diagram.

Java Documentation

https://melonator.github.io/KumainKaNaBa_Farm/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages