From 1b1d3e6ec4d8542baf00b87784ce677140c445c2 Mon Sep 17 00:00:00 2001 From: Name5566 Date: Sat, 10 Jan 2015 12:13:02 +0800 Subject: [PATCH] update the game development list add Leaf framework: A lightweight game server framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 810b16be..33651e69 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-astar](https://github.com/beefsack/go-astar) - Go implementation of the A* path finding algorithm * [go-collada](https://github.com/GlenKelley/go-collada) - Go package for working with the Collada file format. * [gonet](https://github.com/xtaci/gonet) - A game server skeleton implemented with golang +* [Leaf](https://github.com/name5566/leaf) - A lightweight game server framework ## Generation & Generics