From da9b0ee0d73cfd627c2438cc90c69bdb8e4bac03 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 28 Dec 2016 10:39:16 +0900 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 7fc1768..3563300 100644 --- a/Home.md +++ b/Home.md @@ -22,14 +22,14 @@ See https://github.com/hajimehoshi/ebiten/releases # Tutorials -1. [Your first game in Ebiten](Your-first-game-in-Ebiten) +1. [Tutorial:Your first game in Ebiten](Your-first-game-in-Ebiten) _A simple "Hello, world!" example._ -2. [Screen, colors and squares](Screen,-colors-and-the-squares) +2. [Tutorial:Screen, colors and squares](Screen,-colors-and-the-squares) _Create some squares and paint your screen with the colors!_ -3. [Handles the user inputs](Handles-the-user-inputs) +3. [Tutorial:Handles the user inputs](Handles-the-user-inputs) _See how to handles the keyboard, mouse and the gamepad inputs._ \ No newline at end of file