You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
.vscode | 1 year ago | |
area | 8 months ago | |
bin | 3 years ago | |
doc | 3 years ago | |
log | 3 years ago | |
player | 3 years ago | |
src | 1 year ago | |
.gitignore | 8 months ago | |
Makefile | 1 year ago | |
README.md | 8 months ago | |
banned.lst | 8 months ago | |
uncrustify.cfg | 2 years ago |
README.md
Eye of the Storm
Dependencies
- gcc
- make
Build
$ cd src/tmp
$ make
Run
$ cd area
$ ../src/tmp/envy 1234
TODO
- Replace hard-coded VNUMs with external configs (allows for code to be released without the area files)
- Create doc-block-style parser to automatically generate some help files
- Allow help files to be extended (i.e.
help.dat
,help.dat.local
)