Grid Cell – A puzzle game for iOS has now been launched and is live on the App Store! Grid Cell is a game of…
After experimenting with mazes in C# and Unity (see previous post), I am putting together a complete game. It uses procedurally generated mazes to create…
My first GitHub repository is out! Inspired by Computerphile’s video on checking your passwords, see here; I forked their sample code to improve the C#…
I have decided to start storing all of my code in a GitHub repository. Upcoming projects include: Pitch-Class Set Theory Analysis Tools – this project…
Recently, I have started reading the book Mazes For Programmers, by Jamis Buck. All the examples in the book are given in Ruby. So I…