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.
Go to releases, download and run KumainKaNaBa_Farm.jar.
To run the game, you have to do the following:
- Clone or download this repository.
- Open Terminal and cd to the game directory
cd KumainKaNaBa_Farm/src/. - Run the following commands in the Terminal:
javac Main.java java Main
- Enjoy the game!
Use help to output all the commands and formatting of the command.
plowshovelpickaxewaterfertilize
sleepregisterclear
inquire
TurnipCarrotPotatoRoseTulipsSunflowerMango-TreeApple-Tree
- To plant,
plant <seed> <tile> - To harvest,
harvest <tile> - To inquire tile status,
inquire <tile> - To inquire seed requirements,
inquire <seed>
Click here for the latest UML Diagram.