Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.
Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
Try Free
$300 Free Credits to Build on Google Cloud
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Why did I write this program, and why in Python? Well there were really two reasons. First I wanted to quickly test various game rules and strategies. Python and pygames made prototyping quick and easy. This is actually about the twentieth version of the game. Second I wanted to try the new match/case statements that were added in Python 3.10.
I found lots of uses for match/case and I really like it.
MKGI Chess Club is a chess playing server with a pure Web interface. It features complete player profile management, full html email notification with embedded board display. It also includes an interface to match against chess engines such as gnuchess.
Implement your player strategy and compete with other strategies.
A generic framework for Four in A Row or Five In A Row or X In A Row game, with the possibility to develop different strategies and compare them in tournaments.
To implement more players, create new class inherited from PlayerStrategy, and implement the move() method to chose best move, by utilizing different methods provided with Table object.
It's a strategy turn based game for end user. The object of the game is to occupy a larger part of the land by surrounding dots of the opponent (thus creating territories). The land is a large grid where dots are placed on intersections.
Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Multiplayer game based on the open free game http://www.fortressfigures.com/zombieplague/. Server implemented with twisted framework and client will use android
Infinity Tournament Assistant is an application to manage participants, rankings, and scores of tournaments for the tabletop strategy game Infinity from Corvus Belli.
Library for manipulating hexagonal grids. Supports arbitrary areas and paths. Routing algorithms: find best path, find movement horizon. Output as SVG - which you can easily convert to PNG or JPG. Interface from C++, Python and JavaScript.
Othello is a classic strategy game, also known as Reversi. Its objective is to finish the game with the greater amount of pieces (circles) of the same color.
Play Dominoes against the computer! Play a tile so that the ends add up to a multiple of 5 to get points! Watch out though-- the computer makes the best moves available to it! Operates in command line at present.
Condottieri is a web based, multiplayer game, inspired in Avalon Hill's classic "Machiavelli". The game is set in Renaissance Italy but it's easily adaptable to other scenarios and eras as long as the rules are like the ones in "Machiavelli".
Kingdom Wars is a client/server chess daemon designed to run on multiple operating platforms. Both the client and the server are stand alone. The network protocal is open, and custom clients are welcome to be developed.
York is a free tile-placement game inspired by Carcassonne. Up to eight players place tiles and followers on a large board, aiming to score points by dominating cities, meadows, roads and minsters.
The BoardGame Tool offers an easy, XML driven interface to implementing boardgames on the computer, with automatic network play, artificial intelligence and robot possibilities. Game rules are encoded in easy-to-learn embedded Python.
ch0 c-h-zero the chess engine!!!
How well is it possible for your processor(s) to play chess? How well is it possible for someone AND your processor(s) to play chess? Would they let it fly, or manage it actively?
--> Let's evolve !!!
Sulk is a computer version of one of Games Workshop's most perfectly conceived games, Space Hulk first edition. Play on a hotseat, against AI Genestealers, or (planned) over the internet.
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.