summaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
parent457a018f06b2aa7ea84429e83a414b81ed848a1f (diff)
downloadgdx-boardgame-ab02adb2df8edd794c036547fb61e7f904da780c.zip
gdx-boardgame-ab02adb2df8edd794c036547fb61e7f904da780c.tar.gz
README, TODO
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 10 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