Go to file
kts 8f5ee89e81 main, tobmp, and sdl compile on Windows now. Added if check for windows to use old random functions. Need to debug some Windows bugs (probably stemming from bad memory access). 2014-11-20 16:21:43 -08:00
dox Moved stuff around. Most things work well! In tools there is a fairly shoddy program that creates a BMP from a given structure file and structure - it also has zoom! 2014-11-18 13:25:48 -08:00
src main, tobmp, and sdl compile on Windows now. Added if check for windows to use old random functions. Need to debug some Windows bugs (probably stemming from bad memory access). 2014-11-20 16:21:43 -08:00
structs SDL frontend - use as per main. space/enter regens and links structures, Z only regens structure, and X only link structures. Q quits. 2014-11-20 15:45:05 -08:00
tools Fixed make compilation on Linux. Also fixed undeleted source files. 2014-11-20 15:57:07 -08:00
.gitignore Initial commit of the procedural generation syntax library - possesses majority of the basic structure generation codebase, but is lacking the pathing portion (keep posted) 2014-11-17 00:13:51 -08:00
Makefile main, tobmp, and sdl compile on Windows now. Added if check for windows to use old random functions. Need to debug some Windows bugs (probably stemming from bad memory access). 2014-11-20 16:21:43 -08:00
README.txt main, tobmp, and sdl compile on Windows now. Added if check for windows to use old random functions. Need to debug some Windows bugs (probably stemming from bad memory access). 2014-11-20 16:21:43 -08:00

README.txt

At the moment, not much is the haps.

1. terminal output
  make

  ./main structs/smile.txt start

2. bitmap generator
  make tools

  tools/tobmp structs/smile.txt 8

3. SDL frontend
  make sdl
  ./sdl structs/smile.txt start

  space/enter - regen+link structures
  Z           - regen structures
  X           - link structures
  Q           - quit

  NOTE: for building on win32, you will need to copy SDL.dll (1.2) to the same directory as the Makefile before compiling.

Current structures:

  castle.txt
  small_town.txt
  ravine.txt
  tower.txt
  towers.txt
  holy_tower.txt
  smile.txt