implement bfs multi-target distance calculation to nearest winning state

This commit is contained in:
2026-02-25 01:15:47 +01:00
parent b9e3ab8d2d
commit fd58f217c6
11 changed files with 208 additions and 37 deletions

View File

@ -1,5 +1,6 @@
#include "input.hpp"
#include "config.hpp"
#include "distance.hpp"
#include <algorithm>
#include <raylib.h>