Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moon-chilled/lrogue2
Updated version of lrogue
https://github.com/moon-chilled/lrogue2
c rogue roguelike
Last synced: 29 days ago
JSON representation
Updated version of lrogue
- Host: GitHub
- URL: https://github.com/moon-chilled/lrogue2
- Owner: moon-chilled
- License: other
- Created: 2017-02-22T02:46:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T04:00:14.000Z (over 3 years ago)
- Last Synced: 2023-03-01T15:56:11.559Z (almost 2 years ago)
- Topics: c, rogue, roguelike
- Language: C
- Homepage:
- Size: 232 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is a modernized-ish version of lrogue, which stands for linux
rogue; it's a clone of rogue. See rogue's wikipedia article:
https://en.wikipedia.org/wiki/Rogue_(video_game).To build, type "make". I have not tested it on windows, but it should work
there with pdcurses.It comes originally from ftp://ftp.sun.ac.za/pub/mirrors/sunsite.unc.edu/pub/Linux/games/dungeon/lrogue0.1.tar.Z,
and you can also get a copy at https://github.com/moon-chilled/lrogue2/archive/original.tar.gz.
Or from the internet archive at https://web.archive.org/web/20190322183021/http://ftp.sun.ac.za/ftp/pub/mirrors/sunsite.unc.edu/pub/Linux/games/dungeon/lrogue0.1.tar.Z.
Be advised that those are probably only useful for historical research; if you
want something to play, the mainline of this version is probably what you want.