-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md~
More file actions
60 lines (44 loc) · 2.1 KB
/
Copy pathREADME.md~
File metadata and controls
60 lines (44 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
FinalProjectAPCS
================
By:
Yubin Kim
Tony Li
Farmville On Processing
Project Description:
Overview:
This project is to create a simpler version of the facebook game, Farmville, using processing.
Project Features:
This project will be able to:
-On mouseclick, be able to detect what is there and the options availible for it.
For example: If it is empty space then it would tell the player the availible options which is plowing the land.
-It will have store where the user would be able to buy seeds, trees, animals, and other materials to make their farming experience better.
-The currenncy: Gold
Gold can be obtained by harvesting crops or eggs for chickens and selling them at a marketplace.
-This will also have a time system, so that the user would be able to see the growth of the crops overtime. However, if they don't harvest them quick enough, the crops will wither.
JANUARY 5th 2015
-Project Planning.
We weren't very sure about what to do with the project, so mostly we planned on paper of what features we wanted to include and implement =.
JANUARY 6TH 2015
-Finding the images
We spent our time looking and researching different methods and images we can use for the game. We spent time looking at processing documentation and learning some of the methods availible.
JANUARY 7TH 2015
-Continued January 6th's Work
-Importing Images
We collected a folder of pictures that we would be able to use for the project.
JANUARY 8TH 2015
-Resizing Images
We worked on learning how to resize all the pictures at once into a certain size (75 x 75 pixels)
-Testing Code
We worked on bits of code, trying to find the right methods and styles of codes we needed for the game.
JANUARY 9TH 2015
-Started Official Project Code
Although it was a slow start...
JANUARY 10TH 2015
-creating quadrilaterals for plot or spaces
JANUARY 11TH 2015
-Hover Select: A method that is looped in draw() where each grid space is lit up.
-BasicPlot class: We need this class to implement specific properties for each plot.
JANUARY 12TH 2015
;-----------------------
Methods:
plow: on mouse click a basicplot appears on the screen