Pragma
Pragma is a powerful backend game engine designed to support live-service games with a full suite of online infrastructure. It provides seamless cross-platform account management, allowing players to connect and interact across different gaming ecosystems. The engine enhances social experiences by enabling friend systems, guilds, and in-game events. For multiplayer functionality, Pragma efficiently handles party systems, matchmaking, and server allocation. It also includes robust player data management, covering inventories, progression systems, and battle passes, along with tools for configuring in-game content, stores, and meta-game features. With built-in support for live operations, monetization, telemetry, and extensive customization, Pragma empowers developers to create scalable and engaging online experiences.
Learn more
LÖVE
As you probably know by now, LÖVE is a framework for making 2D games in the Lua programming language. LÖVE is totally free, and can be used in anything from friendly open-source hobby projects, to evil, closed-source commercial ones. To make a minimal game, create a folder anywhere, and open up your favorite text editor. Sublime Text is a pretty good one for all operating systems, and it has Lua support built in. Create a new file in the folder you just created, and name it main.lua. Put the following code in the file, and save it.
Learn more
Hiro Game Development
Hiro is a client-server library built on the Nakama game server to rapidly and flexibly add economy, social, and LiveOps features to your game. It is available as a C# library for Unity Engine, a C++ library for Unreal Engine, and a server package that integrates with the game server. Hiro offers a comprehensive suite of battle-tested metagame features that are quick to implement, allowing developers to focus more on the core gameplay experience. Add base and loot table rewards for players to collect; integrate soft or real currency purchases; define stackable and consumable gameplay items; initialize and manage multiple currencies within the game economy. Adapt store bundles and offer walls based on player behavior; personalize various aspects of the player experience through experiments; schedule live events for players to participate in and earn exclusive rewards. Start and schedule timed or scored events with exclusive rewards; enable players to request and share inventory.
Learn more
MonoGame
MonoGame is a free and open-source framework that allows developers to create cross-platform games using C# and other .NET languages. It supports multiple platforms, including Windows, macOS, Linux, Android, iOS, PlayStation 4, PlayStation 5, Xbox One, and Nintendo Switch. MonoGame provides a comprehensive set of features, such as 2D and 3D rendering, sound playback, input handling, and content management, enabling the development of high-quality games across various genres. The framework is a re-implementation of Microsoft's XNA 4 API, ensuring familiarity for developers with XNA experience. Notable games developed with MonoGame include "Streets of Rage 4," "Carrion," "Celeste," and "Stardew Valley." MonoGame is actively maintained by the MonoGame Foundation and its community, with ongoing updates and support.
Learn more