Tag: Game Development
-
Making a Synthwave Infinite Runner
I missed the Game Makers Toolkit game jam but decided to make a fun little asteroid dodging game anyway.
-
My First YouTube Devlog
I talk about a little BOID simulation based on sardines that I’ve been making in Unity.
-
DES311 #8: DOTS or how I learned to stop worrying and love my garbage code
This week just a short post about the user testing I’ve been conducting. I’ve sent the game to a number of people who have been reporting any bugs they’ve found back to me. So far I was aware of all the bugs sent to me and have a plan in place to sort each one.…
-
DES311 #7: Version 1.0
Sprint 3 is finished and a version of the simulation with all the major features is complete. I’ve begun sending the simulation to people for testing and am hosting it on itch.io. Click here to download the latest version. UI The features I spent this week working on were the UI and menus. The UI…
-
DES311 #6: The Fish Locomotion Rabbit Hole
I have now started with my scheduled goal of adding animations and sprites to the simulation. To make this easier I decided to pick a species of fish and predator to base mine on. Inspired by this dramatic scene from the BBC documentary The Hunt in 2017 I decided to go with Sardines as the…
-
DES311 #5: Predators
Progress continues, this week I’ve implemented the last feature on the sprint 2 backlog, predators. Furthermore I’ve been making tweaks to the flock behaviour that has lead to some interesting behaviours and have put in a spawning system that controls the number of BOIDs on screen. Predators How predators work is quite simple when compared…
-
DES311 #4: Goal Seeking
This week I’ve made some improvements to the cohesion behaviour and implemented goal seeking. Cohesion Improvements Last week I spoke about how the cohesion behaviour wasn’t causing the swirling patterns I was looking for. I hypothesized this was because BOIDs were packed together too tightly and not able to jostle for central position. I attempted…
-
DES311 #3: Coming Together
This week I have managed to implement the cohesion behaviour in my BOID simulation as well as completing a project timeline. I’ll discuss both in this post. The Timeline The project will be broken up into 4 fortnightly sprints whose tasks will be taken from a project backlog. This backlog will change over the course…
-
DES311 #2: Chilling with the BOIDS
This week I have implemented two parts of the BOID’s behaviour: Obstacle avoidance (separation) and the tendency to following nearby flock mates (alignment). I’ve also started the pilot module which makes the overall decisions on which way to go. Quick side note. The plan for this project is to create a simulation of a school…
-
I’m Sorry: The Influencer Apology Sim
After finishing term one of third year I decided to work on a small personal project during my holiday. The result was I’m Sorry, a simulation game that lets you play as an internet influencer trying to put out an apology (for unspecified internet drama) on a livestream. Feel free to check it out and…