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
Auth0 B2B Essentials: SSO, MFA, and RBAC Built In
Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.
Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
Moebius is a mud server, written in python using (currently) MySQL as a back-end. It's design goals are to be extensible without taking the engine down, to be distributable via the database, and to allow a complete python coding/learning env online. It
A real time strategic game to end users and programmers. Programmers will be able to easily write plugins to the game, using python or others script language. In the future the game will accept C/C++ plugins. This game uses clanlib (http://www.clanlib.org
pRobot is something like Pokémon for computer scientists. Each player creates a computer program, a so-called pRobot. Then all the pRobots are thrown into a virtual arena, the war-ground. Within that arena they can walk, reproduce, and fight.
Cyberbox is an excellent puzzle game. It is similar to but more complex (and more interesting :) than Sokoban. The Cyberbox Project has produced a Linux-playable clone of this ca. 1992 DOS game and is polishing it for noncommercial release. Now with
Copter! is a SimCopter clone written in C++. Copter! will feature much more than the original SimCopter, and will be very moddable through it's modular design. Mods will be released which allow the player to be a policeman, or other characters.
MudMaker is a multi-user dungeon (MUD) game engine written in Python.
It has some loose influences from diku MUD and derivatives. But while diku et al are combat-battle oriented, mudmaker is more social and quest oriented.
Mathfun.py is a Python library that contains those little bits of mathemagical ideas that we all enjoy. Primes, prime factorization, Fibonacci sequences, string2value functions...
PyPet is a virtual pet simulation class written in Python, allowing for an open source framework for virtual pets. Includes numerous interfaces including a SuperKaramba theme, as well as supporting remote interaction over the internet or other networks.
Support For Card Games in Python.
In particular, support for Poker, with classes for Cards, Decks, Hands, Tables, Hand Classification, and AI for hand play.
Python game template powered by PyGame and PyOpenGL (but it is encapsulated).
This code provides the basis to begin developing a game prototype quickly
A simple golf league program for keeping track of players, teams, courses, and handicaps. It runs on any OS and stores in file or to a database through Zope Object Database
Isometric engine based on old python tkclient from worldforge.org. The goals are to separate libs of code, port it to pygame, .and make it up to date for worldforge. The reason is lack of light free isometric engines for easy games development
A Pythonic program to generate and solve a Sudoku puzzle of any N by N dimension. It uses a combination of logic and guess to solve the puzzle. The GUI is written with PyGTK and the code can be use as a guidelines of using Python Generators.
Parlance is a completely open platform for playing the Diplomacy board game over a network, using the protocol developed by the DAIDE community. This Python-based system currently includes a configurable server, a few simple bots, and an observer.
This is an on-line multi player card game based on a popular South-American game called "Truco". It is written in Python/GTK and is intended to be multi-platform.
Humans vs. Zombies is a game of moderated tag. A group of human players attempts to survive a zombie outbreak by not being tagged by zombie players. See humansvszombies.com for more. The HVZ program is a Django application that administrates this game.