|
|
@@ -1,6 +1,20 @@
|
|
|
-** pypog **
|
|
|
+** pypog - Python Play on Grid**
|
|
|
|
|
|
-[GNU License](https://github.com/olinox14/pypog/blob/master/LICENSE.txt)
|
|
|
+pypog is under [GNU License](https://github.com/olinox14/pypog/blob/master/LICENSE.txt)
|
|
|
|
|
|
[](https://travis-ci.org/olinox14/pypog) [](https://coveralls.io/github/olinox14/pypog?branch=master)
|
|
|
|
|
|
+#### Pypog is currently on developpement, do not hesitate to involve!
|
|
|
+
|
|
|
+
|
|
|
+Generates a grid and implement it in your game!
|
|
|
+
|
|
|
+pypog gives you access to many tools to work with grids:
|
|
|
+
|
|
|
+* Square or hexagonal grids
|
|
|
+* Geometrical functions: line, zone, rectangle, cone
|
|
|
+* Each of them come in 2D or 3D or 3d version
|
|
|
+* Pencil: freehand, line, zone, rectangles, zone, boundaries
|
|
|
+* Pathfinding (based on A* algorythm)
|
|
|
+* 3D space occupation
|
|
|
+
|