The Unstable'd Unicorn by Rrrobi
You are a poor unstabled unicorn, when a friendly craftsman offers to build you a home if you bring him the resources. BEWARE the evil goats on your travels, they don't think anything with less than 2 horns deserves a place to call home, and so are guarding the resources to keep you from them!
Controls: wasd or Arrow keys to move Space to jump
Pick up planks(run over them), put them in the crate at the building site(run over it) Jump on goats to kill them. Don't let them walk into you, you can only take 3 hits!
| Unity Build zip | https://drive.google.com/file/d/14MXQWRsapWXey6g__kEQ7BuNUS1A6HUo/view?usp=sharing |
| Original URL | https://ldjam.com/events/ludum-dare/49/the-unstabled-unicorn |
Ratings
| Given | 7🗳️ | 5🗨️ |
Took me about 20 attempts to beat it :).
PLEASE!!! Add a restart button!!! ^^ I hat to start the exe 20 times :)
### To the game itself
- nice sprites and animations
- the rams were sometimes spawning right inside of me, which was a bit sad to lose a life this way
- I focused in the one ram at the left and the 2 rams at the right to finally beat it since their moving pattern allowed me to grab the wood
- at attempt 12 I realized I can jump on the rams to beat them. Although that is a known game mechanic, a little info on the start screen would have been nice ^^
I had fun playing your game! Keep it up!
How long did it take you to build it?

- Add a button that restarts the game. (in unity you can do this by loading the current scene. This is the command:
`UnityEngine.SceneManagement.SceneManager.LoadScene(UnityEngine.SceneManagement.SceneManager.GetActiveScene().buildIndex);`
or, you could add
`using UnityEngine.SceneManagement;`
to the top and just use this command:
`SceneManager.LoadScene(GetActiveScene().buildIndex);`
- It would be nice if the platforms that spawn goats had a slightly different look, that way I could know to be careful of them so they don't spawn on top of me without warning.
Cheers! [-LB](https://ldjam.com/users/the-lame-brain/)