From 00d1aee6bb173794bdad9b376f421c17639266bd Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Mon, 9 Dec 2019 17:16:10 +0000 Subject: [PATCH] Add Nakama to the game development resources list. (#206) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13fb852..5c4bb1b 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ Code * :tada: [MelonJS](http://melonjs.org) - open source light-weight HTML5 game engine. * :free: [Monkey2](http://monkeycoder.co.nz/) - Multi-platform programming language and cross-compiler, aimed at fast game programming. * :tada: [Monogame](http://www.monogame.net/) - Open Source implementation of the Microsoft XNA 4 Framework. +* :tada: [Nakama](https://github.com/heroiclabs/nakama) - Distributed server for social and realtime games and apps. * :free: [NodeBox](https://www.nodebox.net/) - a family of Python tools to create generative design. * :tada: [nuklear](https://github.com/vurtun/nuklear) - A minimalistic immediate mode GUI toolkit written in ANSI C. * :tada: [ODE](http://www.ode.org/) - ODE is an open source, high performance library for simulating rigid body dynamics.