https://github.com/bmoscon/rogue
A Rogue clone in C using NCurses
https://github.com/bmoscon/rogue
Last synced: 2 months ago
JSON representation
A Rogue clone in C using NCurses
- Host: GitHub
- URL: https://github.com/bmoscon/rogue
- Owner: bmoscon
- License: other
- Created: 2013-05-23T23:18:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T17:10:54.000Z (over 9 years ago)
- Last Synced: 2025-02-14T05:44:58.217Z (4 months ago)
- Language: C
- Homepage:
- Size: 84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# Rogue
A rogue clone, written in C, using NCurses
Because I have had difficulty getting codepage 437 to display in the default
Ubuntu terminal, this uses unicode characters. I've tested it in the Ubuntu
terminal, and rxvt-unicode. Other terminals may or may not work.Note: unicode support requires NCursesw!
Linux and OSX are supported, provided the correct libraries are installed.
On OSX, the macports ncurses library incldues both ncurses and ncursesw,
so please use that. (On Ubuntu package name is libncursesw5-dev)This is a work in progress! Is not fully playable!