You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sheepgame was built as part of the **[4th Elm Game Jam](https://itch.io/jam/elm-game-jam-4)**!
4
+
5
+
In this game, use your keyboard to control the dog and send all the goats / sheeps to their pen! Kind of a tribute to [Babe](https://en.wikipedia.org/wiki/Babe_(film))
6
+
7
+
##You can play the game here](https://sheepgame.netlify.app/)
8
+
9
+
## Tech
10
+
11
+
This game was built fully in [Elm](https://elm-lang.org/).
12
+
13
+
To generate the playfield, we render an SVG frame and update it 60 times per second :).
14
+
We used the game jam to experiment with [Flocking behaviour](https://en.wikipedia.org/wiki/Flocking_(behavior)) and the [Entity component system](https://en.wikipedia.org/wiki/Entity_component_system)
0 commit comments