Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubagdynia/tanmanabu
2D Game Engine
https://github.com/kubagdynia/tanmanabu
Last synced: 8 days ago
JSON representation
2D Game Engine
- Host: GitHub
- URL: https://github.com/kubagdynia/tanmanabu
- Owner: kubagdynia
- License: mit
- Created: 2019-03-31T16:48:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T10:11:39.000Z (14 days ago)
- Last Synced: 2024-10-31T11:19:10.643Z (14 days ago)
- Language: C#
- Size: 3.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TanmaNabu
2D Game Engine## Description
TanmaNabu is a 2D game engine written in C# using [SFML](https://www.sfml-dev.org/). It is designed to be simple and easy to use, while still providing the necessary tools to create a 2D game.
## Map Format
## Features
- [x] 2D Rendering
- [x] Sprite Rendering
- [x] Texture Loading
- [x] Tilemap Rendering
- [x] Input Handling
- [x] Collision Detection
- [x] Map loading
- [x] Entity Component System
- [x] Sprite Animation
- [ ] Camera
- [ ] Audio
- [ ] Scene Management
- [ ] UI
- [ ] Scripting