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
- Host: GitHub
- URL: https://github.com/toyboot4e/Rot
- Owner: toyboot4e
- Archived: true
- Created: 2019-05-12T08:07:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T10:53:48.000Z (almost 5 years ago)
- Last Synced: 2025-03-07T00:51:13.390Z (about 2 months ago)
- Topics: csharp, fna, nez, roguelike, turn-based
- Language: C#
- Homepage:
- Size: 785 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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