Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jacmoe/nimrpg
- Owner: jacmoe
- License: unlicense
- Created: 2017-08-31T14:14:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T12:19:08.000Z (over 7 years ago)
- Last Synced: 2024-12-01T16:42:58.288Z (2 months ago)
- Topics: libtcod, nim, nim-lang, rougelike
- Language: Nim
- Homepage:
- Size: 174 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
#[
This file is part of the
_ _ _ _____ _____ _____
| \ | (_) | __ \| __ \ / ____|
| \| |_ _ __ ___ | |__) | |__) | | __
| . ` | | '_ ` _ \| _ /| ___/| | |_ |
| |\ | | | | | | | | \ \| | | |__| |
|_| \_|_|_| |_| |_|_| \_\_| \_____|
project : https://github.com/jacmoe/nimrpgCopyright 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"