Skip to content

APCS1 Final Project, by Kerwin Chen, Raymond Wu, Jerry Ye

Notifications You must be signed in to change notification settings

wu-rymd/LosPepinos

Repository files navigation

LosPepinos

APCS1 Final Project

LosPepinos

  • Kerwin Chen
  • Raymond Wu
  • Jerry Ye

Cucumber

Superclass for all the species of cucumbers. Sets up attributes name, nutrition, ripe duration, and value. Dictates how cucumbers grow and how each cucumber will be represented in the farm array.

  • English

    • name = "En"
    • nutrition = 5
    • ripeDuration = 2
  • Kirby

    • name = "Kr"
    • nutrition = 10
    • ripeDuration = 3
  • Persian

    • name = "Pr"
    • nutrition = 15
    • ripeDuration = 4
  • Armenian

    • name = "Ar"
    • nutrition = 20
    • ripeDuration = 5
  • Japanese

    • name = "Jp"
    • nutrition = 25
    • ripeDuration = 6

Woo

Driver file for our game. To run our game:

  1. Clone the repo

$ git clone https://github.com/raywu6/LosPepinos.git

  1. Compile Woo.java

$ javac Woo.java

  1. Run Woo

$ java Woo

  1. Follow the in-terminal user prompts given to you.

User

Class that holds attribute money for the player.

Farm

Extends matrix, contains the methods that deal with farm interaction

About

APCS1 Final Project, by Kerwin Chen, Raymond Wu, Jerry Ye

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages