player2point0 / LD44

Ludum Dare 44 entry

Home Page:https://ldjam.com/events/ludum-dare/44/electric-sheep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Look after a herd of AI sheep, every so often you can breed survivng sheep to create a new sheep with the attributes of the parents. Keeping the best sheep alive and breeding them will allow you to essentially upgrade the herd. Protect the herd and keep them fed and watered.

The sheep and grass graphics come from google quick draw and I ideally wanted to generate new images on the fly, but couldn’t figure it out in time. Instead it selects images from a small sample of the dataset.

The music comes from MuseNet and was generated and then I curated it.

The logic for the sheep and wolves is created by a neural network that was trained using reinforcement learning. Unity has a really simple toolkit for this ml-agents and all I had to do was define the rewards.

About

Ludum Dare 44 entry

https://ldjam.com/events/ludum-dare/44/electric-sheep

License:MIT License


Languages

Language:C# 73.3%Language:ASP 18.1%Language:ShaderLab 6.4%Language:HLSL 1.8%Language:CSS 0.2%Language:JavaScript 0.1%Language:HTML 0.1%Language:Objective-C++ 0.0%