Is there any game engine in Scala? [closed]

All the Java gaming engines are easily accessible due to easy Java integration. There are several (not sorted in any way): http://www.jmonkeyengine.com/ http://www.13thmonkey.org/~boris/jgame/ https://jge.dev.java.net/ http://www.lwjgl.org/ https://sourceforge.net/projects/tjger/ A good presentation how to start coding a game in Java is Write a 3-D Game in the Java Programming Language in Less Than 50 Minutes that applies as … Read more

What is a good game engine that uses Lua? [closed]

Game engines that use Lua Free unless noted Agen (2D Lua; Windows) Amulet (2D Lua; Window, Linux, Mac, HTML5, iOS) Cafu 3D (3D C++/Lua) Cocos2d-x (2D C++/Lua/JS; Windows, Linux, Mac, iOS, Android, BlackBerry) Codea (2D&3D Lua; iOS (Editor is iOs app); $14.99 USD) Cryengine by Crytek (3D C++/Lua; Windows, Mac) Defold (2D Lua; Windows, Linux, … Read more

2D Cross-Platform Game Development Engines [closed]

I would recommend V-Play (v-play.net) – it’s a cross-platform game engine based on Qt for iOS, Android, Symbian, MeeGo, Blackberry10 and also can export for native desktop applications for Windows, Mac and Linux. It’s based on C++ but has a neat scripting support for QML & JavaScript. QML is a no-brainer to learn and can … Read more