소스 검색

Initial commit

master
Noëlle 4 년 전
부모
커밋
cad85ac58d
1개의 변경된 파일21개의 추가작업 그리고 0개의 파일을 삭제
  1. 21
    0
      main.py

+ 21
- 0
main.py 파일 보기

@@ -0,0 +1,21 @@
# 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…
취소
저장