Skip to content

Commit af71a02

Browse files
committed
Screenshot added
1 parent 571da72 commit af71a02

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
# NimRPG
1818
Simple Rougue RPG written in Nim with libtcod, and basically a port of the excellent [Complete Roguelike Tutorial, using python+libtcod][origsrc]
1919

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

nimrpg.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
import view, d20
1515

1616
init("NimRPG")
17-
17+
1818
main_loop()

screenshot.png

6.12 KB
Loading

0 commit comments

Comments
 (0)