Giter VIP home page Giter VIP logo

dungeon-crawler's People

Contributors

mrtalley avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

hexcolors60

dungeon-crawler's Issues

LS-4 Save dungeons when the --save flag is used

Bytes Values
0 - 5 The value RLG327
6 - 9 Unsigned 32-bit int file version marker with the value 0
10 - 13 Unsigned 32-bit int size of file
14 - 1693 Row-major dungeon martix from top to bottom, with one byte containing cell hardness per cell. The hardness ranges from 0 to 255 [0 = room/corridor & 255 = border]
1694 - end Positions of all rooms in dungeon, given with 4 unsigned 8-bit ints each. First byte is y pos of upper left corner, second byte is x pos of upper left corner, third byte is y size (height), fourth byte is x size (width).

DG-1 Create 80 (x) x 21 (y) dungeon

  • Each room must have at least 3 cols and 2 rows
  • Rooms must not contact each other
  • 1 cell of non room in between each room
  • Outermost rows and cols are immutable
  • Rooms drawn with periods

AS-4 Toppling Piles

Piles > 4 topple, removing 4 grains from the pile and depositing one on each of the 4 cardinal directions

EUC-2 Give PC equipment slots

Numbered A - L

  • A : weapon
  • B : offhand
  • C : ranged
  • D : armor
  • E : helmet
  • F : cloak
  • G : gloves
  • H : boots
  • I : amulet
  • J : light
  • K & L : ring (2 slots for this)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.