8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 625774f + 5dda42f commit 4047b25Copy full SHA for 4047b25
README.md
@@ -4,12 +4,17 @@ GameJs
4
GameJs is a JavaScript library for writing 2D games or other interactive
5
graphic applications for the HTML Canvas.
6
7
-Homepage: <http://gamejs.org>.
+ * Homepage: <http://gamejs.org>.
8
+ * [Showcase of games built with Gamejs](http://gamejs.org/showcase.html)
9
10
Topics
11
========
12
13
### Drawing on the screen
14
+=======
15
+
16
+Usage
17
+=========
18
19
* [image](http://docs.gamejs.org/gamejs/image/) loading image files
20
* [graphics](http://docs.gamejs.org/gamejs/graphics/) image transformation (rotate, transform,...) and drawing with geometric shapes
0 commit comments