The Offerings by BlackShadow1Games
(Directions are under the How To Play section)
You move around killing orcs with your knife while collecting animals. These animals can be eaten to heal or sacrificed to keep the gods happy. You eat them by clicking on them or you sacrifice them by right-clicking which enters sacrifice mode. Then you can click on the animal. Make sure to keep one eye on your health and one eye on the timer which you want to make sure doesn't hit zero.
(If the link doesn't work, just search up the offerings on itch.io)
| Windows | https://blackshadow1g.itch.io/the-offerings |
| Original URL | https://ldjam.com/events/ludum-dare/43/the-offerings-1 |
Ratings
| Given | 8🗳️ | 9🗨️ |
@mortifix
The story about going back in time to give goblins hoverboards was funny.
RaycastHit2D hit;
if(Physics2D.SphereCast(randomPos, playerSize/2, Vector2.zero, out hit)){
if(hit.collider.name == "Player"){
//pick a new random position and try again
}
}
with some tweaking of this code this will make it to where the enemy won't spawn on the player and will make it a bit more fair. and if want to make the game slowly get harder just have the enemies come in waves and add a few more enemies with each new wave. But besides that the game is great it was fun and was explained well in the tutorial.
Great gob!
Since you offered here's the link to my game if you'd like to check it out: https://ldjam.com/events/ludum-dare/43/blood-for-blood
:point_right: This game was rather hard to play on a laptop track pad, I imagine it would be much easier to click my animals if I had a mouse. I could not figure out how to eat animals to hear (the help suggested I could do that). I found the hit-boxes on the enemies to be a bit big, they tended to kill me while I was trying to skirt around them.
:star: Overall good job, and thank you for making this.