https://github.com/tleguern/openroguelike
The begining of something that might end as a roguelike development library. Or not, we will see :)
https://github.com/tleguern/openroguelike
c roguelike
Last synced: 6 days ago
JSON representation
The begining of something that might end as a roguelike development library. Or not, we will see :)
- Host: GitHub
- URL: https://github.com/tleguern/openroguelike
- Owner: tleguern
- Created: 2013-05-05T16:31:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T08:54:01.000Z (6 months ago)
- Last Synced: 2025-03-31T11:51:11.513Z (about 1 month ago)
- Topics: c, roguelike
- Language: C
- Size: 101 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roguelike
This is an early stage implementation of a classic roguelike.
## Contents
1. [Install](#install)
2. [Instructions](#instruction)
3. [License](#license)## Install
### Requires
* C compiler ;
* A curse implementation such as ncurses.### Build
$ ./configure
$ makeThere is no install target for now as it is not interesting enough yet.
## Instructions
Directions:
y k u
\|/
h-@-l
/|\
b j nOthers:
* `.`: rest ;
* `>`: climb to the next level ;
* `<`: climb to the previous level ;
* `?`: open help menu ;
* `O`: open options menu ;
* `CTRL-C`: quit.## License
All the code is licensed under the ISC License.
It's free, not GPLed !