Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.
/ undead-ninja-cop Public archive

2D platformer game engine prototype, using a custom ECS architecture

License

Notifications You must be signed in to change notification settings

chark/undead-ninja-cop

Repository files navigation

About

This is a 2D survival platformer game which will probably be unfinished.

Why

This game is mainly built to test out various design patterns and to see how they can be applied in games. The one most useful thing you can take out of this is the custom Entity Component System.