Projects

Preview image for post 'Voronoi.haxe'

Voronoi.haxe

  • April 19, 2022
  • 12 Minutes

After spending a while wandering the internet in search of something new to learn, I found something I somehow missed: the language, Haxe, and the game framework, Heaps. This was the result of my learning.

Read more
Preview image for post 'Hexagonal.hs'

Hexagonal.hs

I've been playing around with Haskell for quite a while and I wanted to have a play around with a purely-functional graphics pipeline.

Read more
Preview image for post '4D Geometry Viewer'

4D Geometry Viewer

Developing a game that uses the fourth dimension is rarely discussed, if discussed at all. I created an interactive visualisation of 4D geometry to learn how to apply 3D rendering concepts to higher dimensions.

Read more
Preview image for post 'Hogs of War: Level Editor'

Hogs of War: Level Editor

A cross-platform tool that allows for the visualisation and manipulation of Hogs of War map files.

Read more
Preview image for post 'Thesis'

Thesis

  • January 19, 2020
  • 17 Minutes

The path to the right decision: An investigation into using heuristic pathfinding algorithms for decision making in game AI.

Read more
Preview image for post 'Street Fighter Clone'

Street Fighter Clone

A university assignment where the goal was to study and recreate Street Fighter's mechanics in our own clone of the game.

Read more
Preview image for post 'Space'

Space

While I have some webdev experience from my static blog, I've never ventured further. I made Space so that I could learn more about things such as databases, servers and RESTful APIs to open up more opportunities.

Read more
Preview image for post 'Relocate Engine'

Relocate Engine

  • April 28, 2019
  • 21 Minutes

Relocate is a physics is an experiment with Box2D physics, Lua scripting, ImGui debugging and the SFML framework, and has been used as a starting point for a few of my other C++ projects.

Read more
Preview image for post 'SimpleRoguelike.hs'

SimpleRoguelike.hs

My first attempt at game development in the functional language, Haskell, as well as a description of the challenges I had to overcome to get things working.

Read more
Preview image for post 'Vect'

Vect

Made during Summer 2018 as a part of an enterprise scheme to test not only our programming skills but our teamwork.

Read more
Preview image for post 'My First ECS'

My First ECS

  • May 5, 2017
  • 2 Minutes

This project was more of an exploration than anything else. I wanted to make an engine which could have its data serialised and manipulated with scripts rather than hard code.

Read more
Preview image for post 'Alacrity Redux'

Alacrity Redux

  • April 24, 2017
  • 0 Minutes

Alacrity was really successful, but I didn't like the fact that it wasn't cross platform. To test myself even further I wanted to try porting it to OpenGL.

Read more
Preview image for post 'Alacrity'

Alacrity

  • February 23, 2017
  • 1 Minutes

Alacrity is a tile-based puzzle game where you have to collect pickups before time expires. We won an award for this game and got the opportunity to showcase our game next to Sumo Digital's 'Snake Pass'.

Read more