From 0b0e3a32d120cf0ebb781f70edba30ba8f148fb9 Mon Sep 17 00:00:00 2001 From: Henry Hirsch Date: Wed, 4 Nov 2015 17:54:51 +0100 Subject: [PATCH] Added GlPortal to FPS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd07b6..843189f 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ A selection of major game studios, publishers, etc. using GitHub: ## FPS * [BananaBread](https://github.com/kripken/BananaBread) - Port of the Cube 2/Sauerbraten 3D game engine/first person shooter to the web, compiling C++ and OpenGL to JavaScript and WebGL using Emscripten. - +* [GlPortal](https://github.com/GlPortal/glPortal) - A modern 3D game and engine with portals written in C++. ## RPG * [Diablo JS](https://github.com/mitallast/diablo-js) - Isometric minimal-code style game at html5 canvas and javascript.