diff --git a/README.md b/README.md index 39856c5a1bb44d71d8ec707d33c08afa2105641d..169e44e5e82a8c321a2a9aaec1a7bdb289466e8d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # Pixel [](https://godoc.org/github.com/faiface/pixel) [](https://goreportcard.com/report/github.com/faiface/pixel) A 2D game library that doesn't get in your way. Focus on ease of use, extensibility and performance. +Take a look into the [features](#features) to see what it can do. ``` go get github.com/faiface/pixel ``` +See [requirements](#requirements) for the list of libraries necessary for compilation. + ## Tutorial The [Wiki of this repo](https://github.com/faiface/pixel/wiki) contains an extensive tutorial