Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T19:49:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T02:45:24.075Z (25 days ago)
- Topics: c, roguelike
- Language: C
- Size: 77.1 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 !