Category Archives: Don’t fall asheep

Don’t Fall Asheep NO Progress 2013-06-10

I’ve heard that. if you don’t like doing something, then don’t do it 🙂 I found that working on the Don’t Fall Asheep project didn’t give me the joy I expected, so I’ll put further development on hold, for now, and focus on the 3×3 game which I really enjoy doing. 🙂 In time I’ll take a new look at it… (more…)

Don’t Fall Asheep Progress 2013-04-29

Only had a very short time to work on the project this last week, so only added very simple movement for the sheep based on global position and Math.Sin, not pretty but it works and still, it’s only for prototyping. void Update() { Vector3 v3 = transform.position; v3.x += 0.05f; if (v3.x >= -1f && v3.x < 1f) { //Jumpint… (more…)

Don’t Fall Asheep Progress 2013-04-22

Worked on getting some action and game feel to the prototype. So made the buttons for weapon selection (not working buttons) and added sound effects for fire, hit and death. Feels a lot more like a game now. As the game is going to be have a lot of cartoon violence and blood, I added a blood spray when the… (more…)

Don’t Fall Asheep Progress 2013-04-21

Have only had a few fragmented hours to work on Don’t Fall Asheep, and have had a lot of problems with rotations of the build in 2D planes in Unity. But I fixed it by making an empty game object and then making the plane a child of it, then I have full control over the rotation 🙂 But now… (more…)

Don’t Fall Asheep Progress 2013-04-18

Don’t Fall Asheep Progress: Finally got around to start on the mock-ups for the project, but first I created the basic Unity setup and copied reusable scripts from the “Do No Harm” project. Then I made a small batch script that creates my basic folder structure, so I don’t have to create it every time I start a new project. Drew… (more…)

Next Game Project; Don’t fall Asheep.

I’ve started on my next game called “Don’t fall Asheep”, which will be a static, FPS tower defense kind of game… Don’t really know what to call it 😉 It will of cause be a Unity game, and will have a (small) story, humor, violence and way to much blood.. But still I hope it’s going to be fun to play.… (more…)


Warning: Use of undefined constant XML - assumed 'XML' (this will throw an Error in a future version of PHP) in /var/www/incd021.com/public_html/wp-content/plugins/wp-syntaxhighlighter/wp-syntaxhighlighter.php on line 1048