diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2018-10-18 11:37:41 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2018-10-18 11:37:41 +0200 | 
| commit | ab02adb2df8edd794c036547fb61e7f904da780c (patch) | |
| tree | bcb9943183578f53bbb9d24427939cb955d2eb9a | |
| parent | 457a018f06b2aa7ea84429e83a414b81ed848a1f (diff) | |
| download | gdx-boardgame-ab02adb2df8edd794c036547fb61e7f904da780c.zip gdx-boardgame-ab02adb2df8edd794c036547fb61e7f904da780c.tar.gz  | |
README, TODO
| -rw-r--r-- | README.md | 33 | ||||
| -rw-r--r-- | TODO.md | 11 | 
2 files changed, 21 insertions, 23 deletions
@@ -1,25 +1,12 @@ -# this file is currently used as task reminder +# gdx-boardgame -## TODO - - UI widgets -    - list -    - scrollbale vert/horiz  - - Pawn Animations - - Algos -    - Distance -    - Adjacents -    - Line Of Sight -    - Reachable Tiles ::: BFS -    - Shortest Path ::: A* - - CircleMap +is a [libgdx](https://libgdx.badlogicgames.com/) based framework to build 2D boardgames. + + +## features + +    - moveable, zoomable board with tile identification on touch +    - moveable, orientable pieces +    - various animations +    - path, movement, line of sight computation -## DONE - - SquareMap - - HexMap - - TriangleMap - - UI widgets - - GameScreen - - BoardCamera - - Assets - - LoadingScreen - - Fonts @@ -0,0 +1,11 @@ +## TODO + - UI widgets +    - list +    - scrollbale vert/horiz + - Algos +    - Distance +    - Adjacents +    - Line Of Sight +    - Reachable Tiles ::: BFS +    - Shortest Path ::: A* + - CircleMap  | 
