Fix README

This commit is contained in:
Hajime Hoshi 2016-04-19 23:30:02 +09:00
parent 52fe168111
commit af06b5fba0

View File

@ -1,6 +1,8 @@
# Ebiten (海老天) # Ebiten (海老天)
[![Build Status](https://travis-ci.org/hajimehoshi/ebiten.svg?branch=master)](https://travis-ci.org/hajimehoshi/ebiten) [![Build Status](https://travis-ci.org/hajimehoshi/ebiten.svg?branch=master)](https://travis-ci.org/hajimehoshi/ebiten)
[![GoDoc](https://godoc.org/github.com/hajimehoshi/ebiten?status.svg)](http://godoc.org/github.com/hajimehoshi/ebiten)
* A simple SNES-like 2D game library in Go * A simple SNES-like 2D game library in Go
* Works on * Works on
@ -9,13 +11,12 @@
* Mac OS X * Mac OS X
* Linux * Linux
* Windows * Windows
* [API Docs](http://godoc.org/github.com/hajimehoshi/ebiten)
## Features ## Features
* 2D Graphics * 2D Graphics
* Input (Mouse, Keyboard, Gamepad) * Input (Mouse, Keyboard, and Gamepad)
* Audio (Ogg/Vorbis, WAV, PCM. experimental) * Audio (Ogg/Vorbis, WAV, and PCM)
## Documentation ## Documentation