Updated Home (markdown)

Yami Odymel 2016-10-30 00:53:31 +08:00
parent ee5f091021
commit 4701e4c1b1

@ -21,6 +21,10 @@ See https://github.com/hajimehoshi/ebiten/releases
_A simple "Hello, world!" example._
2. Screen, colors and squares. (WIP)
2. [Screen, colors and squares](Screen,-colors-and-the-squares)
_Create some squares and paint your screen with the colors!_
_Create some squares and paint your screen with the colors!_
3. [Handles the user inputs](Handles-the-user-inputs)
_See how to handles the keyboard, mouse and the gamepad inputs._