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

https://github.com/toyboot4e/Rot

WIP: A turn-based roguelike game with GUI in C# using Nez on FNA
https://github.com/toyboot4e/Rot

csharp fna nez roguelike turn-based

Last synced: about 2 months ago
JSON representation

WIP: A turn-based roguelike game with GUI in C# using Nez on FNA

Awesome Lists containing this project

README

        

= Rot

A to-be GUI roguelike game made with https://github.com/prime31/Nez[Nez].

Note that you cannot compile this repository; it doesn't contain resource files & a class that points them generated with `./it content`.

== Repository layout

It's assumued that https://github.com/FNA-XNA/FNA[FNA] and http://fna.flibitijibibo.com/archive/[fnalibs] are located at the root.

* `Rot.Xxx`: Components of the game
* `NezEp`: Provides extensions and utilities around Nez
* `it`: The main interface of script utilities (macOS only)
* `Docs`: Explains the game program