Demos
Each of these demos showcases a small concept or feature of engi
, or even a more sizable sample game. They have been sorted into categories below.
Conceptual
Learn how entities are represented and what they do.
Run engi
without a graphical display. Useful for servers and testing.
Graphics
Render and display a single sprite.
Have multiple animations.
Hide sprites.
Use the camera features to create zooming in/out effects.
A simple sample game
Add HUD elements to your games. Learn about priorities.
Audio
Play music and sounds on different events.
Scroll by using mouse movement.
Scroll using the keyboard.
Games