Pārlūkot izejas kodu

Initial commit

master
Noëlle pirms 3 gadiem
vecāks
revīzija
cad85ac58d
1 mainītis faili ar 21 papildinājumiem un 0 dzēšanām
  1. 21
    0
      main.py

+ 21
- 0
main.py Parādīt failu

@@ -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()

Notiek ielāde…
Atcelt
Saglabāt