A simple ECS-based platformer game test featuring Link, made with C# and XNA.
The C# Artemis ECS framework was used as the entity-component-system.
The map was built with Tiled and is loaded with XTiled.
The Link sprites were found here.
Key | Function |
---|---|
S |
Go left |
F |
Go right |
E |
Jump |
Spacebar |
Hold to run |
Esc |
Quit |