Explorar el Código

Initial commit

master
Noëlle hace 3 años
padre
commit
cad85ac58d
Se han modificado 1 ficheros con 21 adiciones y 0 borrados
  1. 21
    0
      main.py

+ 21
- 0
main.py Ver fichero

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

Cargando…
Cancelar
Guardar