initial commit

This commit is contained in:
icslucas
2025-10-01 18:58:16 +02:00
parent b31200a3ac
commit 42577e8963
41 changed files with 797 additions and 288 deletions
-5
View File
@@ -24,8 +24,3 @@ export type AStarResult<NodeType> =
| {
type: PathFindResultType.PathNotFound;
};
export interface Point {
x: number;
y: number;
}