From 8a165b949b261bd352461f096bba102d55bb620d Mon Sep 17 00:00:00 2001 From: shathor Date: Sun, 10 Jan 2021 13:04:09 +0100 Subject: [PATCH] Update Game Development section (#916) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5fd5c6..b95cdca 100644 --- a/README.md +++ b/README.md @@ -419,8 +419,10 @@ _Libraries that facilitate functional programming._ _Frameworks that support the development of games._ - [FXGL](https://almasb.github.io/FXGL/) - JavaFX Game Development Framework. +- [JBox2D](http://www.jbox2d.org/) - Port of the renowned C++ 2D physics engine. - [jMonkeyEngine](https://jmonkeyengine.org) - Game engine for modern 3D development. -- [libGDX](https://libgdx.badlogicgames.com) - All-round cross-platform, high-level framework. +- [libGDX](https://libgdx.com) - All-round cross-platform, high-level framework. +- [Litiengine](https://litiengine.com/) - AWT-based, lightweight 2D game engine. - [LWJGL](https://www.lwjgl.org) - Robust framework that abstracts libraries like OpenGL/CL/AL. - [Mini2Dx](https://mini2dx.org) - Beginner-friendly, master-ready framework for rapidly prototyping and building 2D games.