summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-10-18 11:37:41 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2018-10-18 11:37:41 +0200
commitab02adb2df8edd794c036547fb61e7f904da780c (patch)
treebcb9943183578f53bbb9d24427939cb955d2eb9a
parent457a018f06b2aa7ea84429e83a414b81ed848a1f (diff)
downloadgdx-boardgame-ab02adb2df8edd794c036547fb61e7f904da780c.zip
gdx-boardgame-ab02adb2df8edd794c036547fb61e7f904da780c.tar.gz
README, TODO
-rw-r--r--README.md33
-rw-r--r--TODO.md11
2 files changed, 21 insertions, 23 deletions
diff --git a/README.md b/README.md
index cfb46e7..928bdce 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..c6ae8c7
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,11 @@
+## TODO
+ - UI widgets
+ - list
+ - scrollbale vert/horiz
+ - Algos
+ - Distance
+ - Adjacents
+ - Line Of Sight
+ - Reachable Tiles ::: BFS
+ - Shortest Path ::: A*
+ - CircleMap