aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index ef2214e..f90083b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Serpentity
-Serpentity is a simple entity framework inspired by Ash.
+Serpentity is a simple entity framework inspired by [Ash][ash].
Usage:
@@ -94,6 +94,9 @@ Just run `engine.update(dt)` in your game loop :D
## TO-DO
+* Priorities
* Removing components
* Implement the ashteroids demo (Serpentoids)
* Actually check performance
+
+[ash]: http://www.ashframework.org/