Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kekekeks/Avalonia.BattleCity


https://github.com/kekekeks/Avalonia.BattleCity

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Avalonia.BattleCity

Port of https://github.com/hacklex/PekaCity to Avalonia.
2D game stub rendered completely by AvaloniaUI

![Demo](demo.gif?raw=true "Demo")

## What is this? Why?

Well, this is a stub for a 2D game. The purpose of the project was to demonstrate that one can write a 2D game in AvaloniaUI without writing any rendering code.
## Features

- 2D Tiles. Not yet animated, but animating won't be a problem, I guess
- Cell-aligned game objects
- No rendering code, everything is done using AvaloniaUI data binding and a few ValueConverters