renamed games folder to entries folder (also contained frameworks, libraries, ...) and added to the backlog

This commit is contained in:
Trilarion
2019-09-20 14:47:35 +02:00
parent e682f975ad
commit d67e0db0cc
1083 changed files with 1369 additions and 1078 deletions

17
entries/nethack.md Normal file
View File

@ -0,0 +1,17 @@
# NetHack
_Single player dungeon exploration game that runs on a wide variety of computer systems._
- Home: https://www.nethack.org/, https://sourceforge.net/projects/nethack/
- Media: https://en.wikipedia.org/wiki/NetHack
- State: mature
- Download: https://www.nethack.org/common/index.html
- Keywords: role playing, roguelike
- Code repository: https://github.com/NetHack/NetHack.git, https://github.com/Vanilla-NetHack/NetHack.git (+), https://git.code.sf.net/p/nethack/NetHack
- Code language: C
- Code license: Custom (Nethack General Public License)
See also [NetHack Falcon's Eye](https://sourceforge.net/projects/falconseye/), a graphical modification of NetHack.
## Building