![]() |
|
API >> Tutorials >> Fundamentals
What is The Genuts Framework?The main goal of this framework is to provide an easier way to write online-games. You will still have to design the game workflow and basic architecture, but will be able to rely on the provided API for animating objects, detecting collisions and more!This tutorial will teach you how to take the most out of the Genuts API. How does it work?The main class of this framework is the PlayField. It displays or performs actions on all other objects.The playfield consists of Sprite objects for the graphic part and Tickable objects for the animated part.
Let's put this to practice with 3 simple examples:
API >> Tutorials >> Fundamentals
|