Skip to content

jgke/putkijuoksu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

putkijuoksu

putkijuoksu is a dynamic dungeon generator.

compiling

    $ make -j4

depends on:

  • gl
  • glu
  • SDL2
  • c++ compiler

running

    $ ./putkijuoksu [-f]

Using -f will launch putkijuoksu in fullscreen mode - press 'q' to quit.

Use ./libtest to run tests against the library.

documentation

    $ make doc
    $ make performance

After compilation, documentation is located at doc/.pdf. Doxygen output is located at doc/doxygen/index.html. Test coverage reports are at doc/coverage/index.html. Performance reports are at doc/performance/.png.

depends on:

  • texi2pdf
  • doxygen
  • gcov
  • lcov

usage

Key Action
wasd move around
left arrow / right arrow look around
c toggle flying vision
q quit
x remove highlighted block
p place block
shift move faster

About

Vuodenvaihde 2014-15 Tiralabra. Ohjaajat Toni Annala sekä Kristiina Paloheimo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.8%
  • TeX 11.9%
  • Makefile 3.2%
  • Gnuplot 1.1%