A template for games with a built in game engine.

Screenshot


Option Description Default
Frames per second The number of frames per second the game will render. 10
X Position The X position of the game object. 10
Y Position The Y position of the game object. 10
Width Size The game object's width. 50
Height Size The game object's height. 50
Object Speed Number of pixels the object will move between each frame. 5
View 1 Color The game object's 1st view color. red (0xFF0000)
View 2 Color The game object's 2nd view color. green (0x00FF00)