wysiwyng / rcurse

roguelike (pd)curses game thingy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rcurse

roguelike (pd)curses game thingy

building

  1. clone repo
  2. run:
  • git submodule init
  • git submodule update
  • cd src
  • make all
  1. wait a bit
  2. cd to one of the build directories
  3. run rcurse
  4. ???
  5. profit?
  6. build documentation: doxygen Doxyfile

building ("advanced")

  1. clone repo (in eclipse preferrably) with submodules
  2. import into eclipse by doing file -> import -> existing project (if not cloned into eclipse right away)
  3. select build config, debug-linux / release-linux work as-is if you have the curses development headers installed
  4. for other configs follow instructions in pdcurses folder
  5. hit build all (ctrl + b)
  6. open console, navigate to build directory
  7. run by typing ./rcurse
  8. menu is operated by arrow keys, movement with w a s d
  9. ???
  10. profit!
  11. develop ai
  12. generate documentation by running doxygen Doxyfile in the root directory (graphviz required)

windows build

windows builds are done by the msvc compiler, eclipse must be run from the microsoft developer console to set environment variables accordingly (google for more info)

About

roguelike (pd)curses game thingy


Languages

Language:C 74.2%Language:C++ 23.3%Language:Python 1.5%Language:Makefile 1.0%