Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jacmoe/nimrpg

Simple Rogue RPG written in Nim with libtcod
https://github.com/jacmoe/nimrpg

libtcod nim nim-lang rougelike

Last synced: 9 days ago
JSON representation

Simple Rogue RPG written in Nim with libtcod

Awesome Lists containing this project

README

        

```
#[
This file is part of the
_ _ _ _____ _____ _____
| \ | (_) | __ \| __ \ / ____|
| \| |_ _ __ ___ | |__) | |__) | | __
| . ` | | '_ ` _ \| _ /| ___/| | |_ |
| |\ | | | | | | | | \ \| | | |__| |
|_| \_|_|_| |_| |_|_| \_\_| \_____|

project : https://github.com/jacmoe/nimrpg

Copyright 2017 Jacob Moen
]#
```

# NimRPG
Simple Rougue RPG written in Nim with libtcod, and basically a port of the excellent [Complete Roguelike Tutorial, using python+libtcod][origsrc]

![NimRPG][screenshot]

[origsrc]: http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod "Complete Roguelike Tutorial, using python+libtcod"
[screenshot]: https://github.com/jacmoe/nimrpg/raw/master/screenshot.png "NimRPG"