瀏覽代碼

Initial commit

master
Noëlle 3 年之前
父節點
當前提交
cad85ac58d
共有 1 個文件被更改,包括 21 次插入0 次删除
  1. 21
    0
      main.py

+ 21
- 0
main.py 查看文件

# map_tiler
# Taking rectangular tiles, build a map of arbitrary size
# with doors between some, but not all, adjacent squares
# Author: Noëlle Anthony <noelle@noelle.codes>

class Layout:
def __init__(self):
pass

class Room:
def __init__(self):
pass



def main():
pass


if __name__ == "__main__":
main()

Loading…
取消
儲存