From 74a6aeeb3a4d429df1e1264047c72814dc6edf73 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 18 Apr 2017 10:47:51 +0900 Subject: [PATCH] Remove "SNES-style" from Ebiten description. (#1372) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba45bae5..fa496bd1 100644 --- a/README.md +++ b/README.md @@ -471,7 +471,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Awesome game development libraries.* * [Azul3D](https://github.com/azul3d/engine) - A 3D game engine written in Go -* [Ebiten](https://github.com/hajimehoshi/ebiten) - A simple SNES-style 2D game library in Go +* [Ebiten](https://github.com/hajimehoshi/ebiten) - A simple 2D game library in Go * [engo](https://github.com/EngoEngine/engo) - Engo is an open-source 2D game engine written in Go. It follows the Entity-Component-System paradigm. * [GarageEngine](https://github.com/vova616/GarageEngine) - 2d game engine written in Go working on OpenGL. * [glop](https://github.com/runningwild/glop) - Glop (Game Library Of Power) is a fairly simple cross-platform game library.