FoonLudum Dare ExplorerLD44 → Electric Sheep

Electric Sheep

By player2point0

View on ldjam.com

CategoryRankScoreCount
Overall11152.6021
Fun11452.1821
Innovation5723.0721
Theme11312.1321
Audio6292.6320
Mood10502.3921

Comments

memel06 2019-04-30 20:09

I didn't know how to play properly, can u explain me? sheeps are starving but there isn't food

xmpted 2019-04-30 20:18

Doesn't feel like there's much to work towards! The mechanics all seem to work properly, and it's interesting to read how you put it together :) I gave up mid play though - felt too aimless! And if the sheep decide to run away from you, they're the same speed as you, so there's little you can do!

exevalon 2019-04-30 20:31

Thought this was an interesting experiment, all the more so with the AI having done the logic. It got frustrating at times trying to herd the sheep, especially when at times they move quicker than you can herd them. They also, for some reason, after a certain amount of time start moving towards the top right of the screen and don't stop.

You want to move them towards water or grass, but because they keep moving towards the top right, they slip out above your or under you when trying to herd them.

It's a challenging game but mostly because of the controls and the bug. If the bug wasn't there, I think herding them would be much more enjoyable and interesting. Herd mechanic could be finetuned a bit. Overall, I think there's a gem here waiting to be polished! 2.5 overall score.

blaster391 2019-04-30 20:44

@memel06 - I found pushing the sheep into grass made them eat, they're not very independent sheep!

This concept was really interesting, and I'm impressed that you managed to tie all these bot-generated things together in one package. I feel like given a couple of tweaks this game would be pretty fun too.

I found the basic gameplay loop - herding sheep to food/water - fending off wolves fun, but I want to move faster! Pushing those sheep is hard work, and chasing off a wolf only to find out all my sheep have died of hunger in the meantime was sad, maybe make their base hunger/thirst meters a little higher?

I'm very curious about the Machine Learning aspect however - I am using ml-agents in my University dissertation, I couldn't imagine getting everything set up properly and making a full game with it in less than three days! How long was the training time for the AI? And had you had experience with ml-agents before this project?

sn4pi 2019-04-30 20:52

I liked the idea of the principe itself but the implementation was kind of disappointing because of the wonky controls :/ Although the music was okay and the main mechanic concerning the breeding with the stats was really well thought and could have a lot of potential! It stressed me out when I saw all these dangerous states of the sheep and struggled keeping them alive! :smile:

lagrume-masque 2019-04-30 23:00

The game was fun to play but the tutorial disappeared before I had time to finish reading it which probably didn't help make me the best shepherd. I finally gave up on the herd and just kept one sheep alive, which was easier. I had fun with the controls and observing the sheep do weird stuff when I abandonned them. Good job!

player2point0 2019-05-01 18:59

@memel06 The green lines are the food and the blue blocks are the water.

@xmpted Yeah it definitely needed more play testing, thanks for the feedback :)

@exevalon Thanks for the feedback :) My guess is that that bug is due to the ai being trained badly / not for long enough.

@sn4pi Yeah, for what should be a relaxing game it's pretty stressful.

@lagrume-masque Thanks, glad you had fun playing my buggy mess :)

player2point0 2019-05-01 19:19

@blaster391 Thanks! I think if I trained it better and playtested more it could make a fun little game.

The AI in the final game took about 3 hours to train, which included a seperate sheep AI and wolf AI. However, I trained a previous more simple sheep AI on its own in about an hour. That performed better than the final one, but I decieded not to use version control soooo :(

This was basically my first time using it and neural networks really. And it shows in some areas, I didn't change any of the hyperparameters and I didn't train it very well.

I'd be interested to hear more about your dissertation.

blaster391 2019-05-03 12:34

@player2point0 (sorry for the delay, I meant to reply sooner) Getting well trained AI is always a headache, I end up with big folders of different variants of neural nets... And then have to slightly change an output making them all unusable :c

My dissertation is basically focused on looking at whether ML AI could be suitable replacements for traditional state machine AI (the answer is, not entirely).

So it's basically focused on training AI cars to race around a racetrack, giving each car a different brain which has different types of input (one has a topdown camera view as an input, another has just a vector telling it the direction of the next checkpoint for example). I have spent so long watching cars drive around, looking like they are going to perform successfully, only for them to turn sharply into a random wall, crushing all of my hopes and dreams.

Strangely it appears throwing more information at a neural net can actually train it faster, at least in the cases I've been trying it. Just giving it a camera as an input is surprisingly effective, but good luck trying to maintain any reasonable FPS when you have 10+ AI running around all rendering the scene from their own cameras haha.

As for hyperparameters, they are still absolute black magic to me, I tweak them occasionally and it either helps training times slightly, or completely breaks them and makes them never learn at all!

zanagi 2019-05-03 19:49

An interesting idea on using the AI, I'm personally really interested in ML and was happy see someone use it on their game.

The game, however, needs better instructions to tell the players which block is/does what. I would've also loved to see/hear some visual/audio feedback when the sheeps were eating/dying/etc... Also at times I though I was stuck in breeding screen cause my brain thought pressing Esc or some key would get me out of it.

Hope you have more time to polish your next jam game!

scott-redrup 2019-05-03 20:10

It's really impressive the amount you managed to achieve here! It's only after I played that I realised you used a tonne of AI! How did you find using the drawing dataset? - I want to give that a go too!

player2point0 2019-05-06 18:42

@blaster391 That's ok, I'm terrible with replying. That's very interesting work. I'd really like to see someone that half knows what they're doing make a game with it. Do you reckon you'll ever use in a game? Ludum Dare 45 maybe?

player2point0 2019-05-06 19:05

@scott-redrup Thanks! So for the drawings basically all it does is load in the points for a drawing and display it in Unity using a line renderer. But doesn't make any changes to the image or generate a new one, which is why I've removed the graphics rating. The next step would be to generate drawings using a generative adversarial network, basically [this](https://hackernoon.com/catgan-cat-face-generation-using-gans-f44663586d6b).

I've added the [source](https://github.com/player2point0/LD44)

player2point0 2019-05-06 19:05

@zanagi Thanks for the feedback!

walkalope 2019-05-07 01:13

This was frustrating and hilarious. :D impressive that you used a neural network.

tamail 2019-05-11 15:33

Oh, the graphics, the graphics were just awesome - I've never seen better drawings of sheep :D Nice little game, you assembled it nicely!

phi 2019-05-11 18:41

Very simplistic, I like it! I actually love the approach you took with the graphics! If you fleshed it out a little more, added some decorative elements and animations, I could see this becoming a very pretty little game! The music is very fitting too!

I found the movement quite unnerving at times. It took me a lot of effort to clumsily push around the sheep using the keyboard (would mouse-based controls be an option?). I felt like I was never given time to really get to figure out the breeding mechanism, which seems very interesting! So maybe the difficulty curve is a little too steep at the beginning.

Otherwise, very cute idea, and using ML for exploring game design and aesthetics is awesome! Great work!

pyrian 2019-05-12 06:49

Interesting start. Wish they didn't die so quickly, though! And maybe took a little bit of care of themselves, like maybe wandering towards water when hungry. More to the point, they have a bunch of stats, about half of which aren't clear at all. Something to do with breeding? Thanks for something interesting to play around with.

webox 2019-05-12 15:07

Oh man you should've drawn all the other assets with same style as the sheeps, that'd have been great!! . Of course the game feels like an experiment, but I think I'd really play a game where you're a dog herding sheeps!! I never thought of that idea as possible game. Seeing this as a small experiment makes me start thinking about new mechanics, like different animals, different predators, different types of food for each animal, incompatible species that you're supposed to keep a part. I think a great relaxing game can come up of this.. You should try to make it into a product

2021-07-17 11:22

Nice job!! I really like the way you have presented your point here. If you are in need of [url= https://www.globalassignmenthelp.com/nz/dissertation-help]dissertation writing help[/url] in New Zealand then you can ask me as I am one of the best academic writer working with Global Assignment Help for the last 10 years. [url=https://www.globalassignmenthelp.com/blog/chccom005-assessment-answers]CHCCOM005 Assessment Answers[/url] can also help you with many of your unresolved questions.