Posted inalgorithm p5.js The Game of Life Posted by By lukegarrigan The Game of Life or cellular automaton was developed by John Horton Conway in 1970 with…
Posted inalgorithm p5.js What is Breadth-First Search (BFS) Posted by By lukegarrigan Introduction In computer science, a search algorithm is a series of steps that can be…
Posted inalgorithm What Is Simulated Annealing? Posted by By lukegarrigan Today I've been playing around with simulated annealing, which is just a probabilistic technique for…
Posted ingame-dev game-evolution How To Code Snake ? Posted by By lukegarrigan Nokia's snake was launched in 1997 with the Nokia 6110, the catalyst for mobile gaming!…
Posted injs Create Fake Data Easily Using JavaScript Posted by By lukegarrigan Ever need to populate a table or generate some data to see what your GUI…
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…