The LibGDX Project Generator If your creating a project in LibGDX then your probably making a game. This guide will be aimed at those people making games, however, most of this guide can be applied to other projects using libgdx. To make this as simple as possible we will be using the LibGDX project generator […]
games
Matter.js – The Basics for Developing Games
What is Matter.js Matter.js is a JavaScript physics engine based on the popular box2d physic engine wrote in c++. It allows the programmer to make objects that act more realistically. With the Matter.js engine, you can create games that have realistic falling objects, explosion effects, composite objects, react to certain events etc. A basic example […]
Game AI: Finite State Machines
Game AI is one of the main reasons people will continue to play a game again and again. Games without good AI tend to lack any replay value. An example of really bad AI is Aliens: Colonial Marines. Just check out this video of someone playing on ‘Hardened’ difficulty and not even needing to shoot […]