Skip to content

Commit 9eee863

Browse files
committed
Updates README.md
1 parent 369f079 commit 9eee863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you want to contribute to our repository (push, open pull requests), please u
1313

1414
# ![Icon](https://github.com/UnterrainerInformatik/collisiongrid/raw/master/icon.png)CollisionGrid
1515

16-
This class implements a collision-grid.
16+
This class is a PCL library for MonoGame that implements a collision-grid.
1717
When doing game development you've probably come across a point when you'd liked to do some collision-checks and that's usually the time when you've realize that just checking all sprites against each other doesn't cut it.
1818
The problem with that brute-force-approach is, that the number of checks grow very fast (N² for N sprites) when the number of your sprites increase.
1919

0 commit comments

Comments
 (0)