Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 721 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 721 Bytes

Zelda Platformer

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.

Controls

Key Function
S Go left
F Go right
E Jump
Spacebar Hold to run
Esc Quit