Skip to content

Commit 157dd50

Browse files
authored
Update README.md
1 parent da146d1 commit 157dd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is a very limited demo for concurrent flowfield pathfinding I did in a coup
99
Its current limitations are:
1010
- There are no physics (velocity, collisions, etc.): every agent moves exactly one cell per movement, based on its current cell neighbours and other agents which may be occupying these cells.
1111

12-
- There are no predictions and look-aheads, since there is a hard constraint that no two agents can occupy the same cell at any given time.
12+
- There are no predictions and look-aheads, since there is a hard constraint which mandates that no two agents can occupy the same cell at any given time.
1313

1414
- The structure is designed for debugging rather than performance and usability:
1515
- The solution is inherently concurrent but forces each agent to synchronize with a barrier in order to coordinate their movements and render them.

0 commit comments

Comments
 (0)