If you are making a game that supports gamepad controls, you may have noticed that events "On button pressed" and "On button released" are not triggered sometimes. This happens when...
Just some basics required to create any card game - shuffle the deck, deal cards to players, automatically re-arrange cards by suit and value. No dreadful arrays, no complex code,...
Learn how to make a simple database to store information about all the items in your game. This example shows how to add a shop in your game, where weapon...