Posted insimulations The Flocking Algorithm Posted by By lukegarrigan 27th March 2021 This week I thought I'd have a bit of a play with creating a simulation…
Posted inregex Regex: From beginner to best on your team in one blog Posted by By lukegarrigan 20th March 2021 Recently I've been doing quite a lot of work using Regex and to be honest,…
Posted ingame-dev misc How to Code Doodle Jump! Posted by By lukegarrigan 13th March 2021 It's been a little while seen I've done some game development so I thought I'd…
Coding a Planning Poker app Posted by By lukegarrigan 27th February 2021 The 2 week sprint is over, the scope for the next sprint has been established…
Coding Chess with TDD Posted by By lukegarrigan 13th February 2021 TDD is a pretty simple idea, you write your tests before you write any code…
Posted ingame-dev How To Code A Game As A Beginner Posted by By lukegarrigan 6th February 2021 Introduction So you want to get into programming? And you know you want to code…
Posted inmisc Procedurally generate a universe Posted by By lukegarrigan 30th January 2021 Procedural generation is a means for generating data on the fly rather than manually, it…