Got a really terrible map in the middle of a two panel UI. Next step is to get the dijkstra algorithm working and make a real map with it.

This commit is contained in:
Zed A. Shaw 2024-09-25 19:55:30 -04:00
parent 6afb13a50b
commit d7b1cf0bf9
3 changed files with 55 additions and 29 deletions

View file

@ -9,10 +9,8 @@ build:
test: build
./builddir/runtests
install: build test
powershell "cp ./builddir/subprojects/libgit2-1.8.1/liblibgit2package.dll ."
powershell "cp ./builddir/subprojects/efsw/libefsw.dll ."
powershell "cp builddir/escape_turings_tarpit.exe ."
run: build test
./builddir/roguish
clean:
meson compile --clean -C builddir