Posted inai simulation SpaceX Rockets Learn To Land ? (JavaScript) Posted by By lukegarrigan This week I decided to make a video in the same theme as my blog…
Posted injs Fast prototyping without worrying about the backend Posted by By lukegarrigan This week I had a small project I wanted to prototype with an even smaller…
Posted inai algorithm game-dev p5.js Neural Network Learns to Drive Posted by By lukegarrigan This week I've been playing around with neural networks, or more specifically neuroevolution of augmenting…
Posted inalgorithm p5.js simulation Genetic Algorithms In JavaScript Posted by By lukegarrigan This week I've been having a play around with genetic algorithms and had a tonne…
Posted inp5.js simulation The Flocking Algorithm Posted by By lukegarrigan 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 Recently I've been doing quite a lot of work using Regex and to be honest,…
Posted ingame-dev p5.js How to Code Doodle Jump! Posted by By lukegarrigan It's been a little while seen I've done some game development so I thought I'd…
Posted inside-project Coding a Planning Poker app Posted by By lukegarrigan The 2 week sprint is over, the scope for the next sprint has been established…
Posted inmisc p5.js Code Multiplayer Games w/ Multiple Rooms ? Posted by By lukegarrigan Coding games using p5 is a tonne of fun, coding multiplayer games that you can…
Posted intdd Coding Chess with TDD Posted by By lukegarrigan TDD is a pretty simple idea, you write your tests before you write any code…