Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
Host LLMs in Production With On-Demand GPUs
NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.
Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
...I learned a lot from it and used it to test new concepts in AI and wargaming. Maybe it can inspire you or you want to really improve it to build your own wargame or serious game. Think of it as Robocode, but then with a far more serious implementation of CGFs and AI.
The Lambda-Engine is a cross platform game engine.
The Lambda-Engine is a cross platform game engine written in C++. It simplifies core tasks, such as rendering/graphics, sound, physics, math, scene and resource management.
It is still *far* from finished, but I am working on it :)
The openTorso is an open-source cross-platform game/graphics engine. The power of openTorso stems from its modular and extensible, yet simple structure. So far, the openTorso uses OpenGL graphics, OpenAL audio and DevIL for texture handling.
Lfant is a small (so far) 3D game engine, rendered using OpenGL. It will be primarily aimed toward action games, but able to conform to other genres. The code uses an Entity-Component model, a bit like Unity3D, where Entities have a list of Components that they can access at any given time. These components "add" functionality to the owner Entity (albeit not directly).