Introduction

00:00:00:06 - 00:00:25:00

Peter

In this section, we are going to prepare our seed placement logic on the prepared field styles so that later we can grow those into crops as it can be harvested. In terms of our recoded design, we will add a new tool called Seed placing tool that will basically be any seeds of any crop that we want to place on our field.


00:00:25:02 - 00:00:49:28

Peter

So this will be a reusable tool and we are going to use this to place seeds on the prepared field styles. So to prepare the field and later on be able to grow those crops all connected with the field, the controller and the field detectors so that we can detect if there are valid prepared still styles in France or in the area of if fact of the stall.


00:00:50:03 - 00:01:14:00

Peter

And then we are going to inform the field controller that we want to place those crops or those seeds in those spaces. And then it will call the fields renderer so that we can show those and actually save the data about that. We have placed crops on those field styles. We are also going to actually added the field data because I think we headed for a while on our diagram.


00:01:14:09 - 00:01:32:11

Peter

We are going to actually attached our code base so that we saw all the data inside this field, a data class, and later on we can easily retrieve it or save it because we have it all in one place instead of having it split between the fields. Render and field controller. Okay, let's get going.



Complete and Continue