소스 검색

spacing

master
Noëlle Anthony 8 년 전
부모
커밋
a3feab920a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      README.md

+ 2
- 2
README.md 파일 보기

#Simple procedural generation of "dungeon maps"
# Simple procedural generation of "dungeon maps"


Basic proof of concept for a "cellular automata" model. No real refinement at this point. Basic proof of concept for a "cellular automata" model. No real refinement at this point.


* --reps *x*: the number of smoothing passes to take on the map. *x* must be a positive integer. Large values can significantly extend runtime. * --reps *x*: the number of smoothing passes to take on the map. *x* must be a positive integer. Large values can significantly extend runtime.
* --out: save the result to an image in the maps/ directory instead of printing it to the screen. * --out: save the result to an image in the maps/ directory instead of printing it to the screen.


###A note on width and height
### A note on width and height


If you use --out, width and height are in pixels. If you use --out, width and height are in pixels.



Loading…
취소
저장