Nieuws

Alright, here goes: I want to code a game, and I've decided on Checkers. I don't need any fancy GUI or anything (yet), all I want is suggestions on how you, the reader, would go about this.I ...
This post talks you through how to make a game in Unity. You'll learn to build a 3D maze for Android with tilt controls, and how to build on this further.
While it’s not as complex as checkers or chess, building tic-tac-toe teaches valuable lessons about multidimensional arrays, exception handling, and flow control. These skills will prove useful when ...
There's more than one way to make an Android game! In this post, I take a look at creating 2D sprite-based games with Java and Android Studio.