finished random map generation

This commit is contained in:
2024-07-12 22:43:06 -04:00
parent 606429a6ed
commit afc2b9fa12
5 changed files with 276 additions and 71 deletions

View File

@ -18,9 +18,6 @@ EXEC = ../bin/cc3k # executable name
########## Targets ##########
test :
${CXX} ${CXXFLAGS} position.cc display.cc curses_input.cc curses_output.cc cursor.cc rng.cc map.cc testing.cc -o testing -lncurses
.PHONY : clean # not file names
${EXEC} : ${OBJECTS} # link step