mklingen / ggj2020

Repository for Global Game Jam 2020
0 stars 0 forks source link

Implement fences. #4

Open mklingen opened 4 years ago

mklingen commented 4 years ago

Fences should probably exist on a grid. looks something like this:

+----------+
|        |
+ ---+

each grid cell is 0 or 1, then we have a thing that generates game objects of the right position/orientation from the grid cells. We should start with planes. We can texture the planes with a fence texture.

Fences should block sheep, ram and farmer.

mklingen commented 4 years ago

Going to start working on something like this now.

mklingen commented 4 years ago

I now have fences that can be destroyed. I don't have a grid yet. I'm thinking we'll just start with this game being single player, you're the ram, and the farmer just runs in and repairs fences as fast as he can.