Skip to content

Commit 2211a50

Browse files
committedJul 4, 2020
Minor README update
1 parent e8947fd commit 2211a50

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed
 

‎README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1-
# sheepgame
1+
# The Sheepgame
2+
3+
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)
15+
16+
## Build status
217

318
[![Netlify Status](https://api.netlify.com/api/v1/badges/aaf42c08-1340-4da3-8cb0-b92990f1110d/deploy-status)](https://app.netlify.com/sites/sheepgame/deploys)
19+
20+
## Authors
21+
22+
This game was built (with a lot of fun) by [Julien Lengrand-Lambert](https://twitter.com/jlengrand) and [Swen Mulderij](https://twitter.com/swendude)!

0 commit comments

Comments
 (0)