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
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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.
A BBS imageboard, like futaba, written in Python with Django
Sukiyaki is a BBS imageboard written in Python with a focus on better visual presentation, simpler URLs, relevant features, and better security.
One of the first differences users will notice in Sukiyaki, compared to other imageboard software, is that replies are indented below the post they reply to.
Sukiyaki is released under the MIT license.
...The program checks the game tables, computes dire roll modifiers, etc., helping the player to focus less on game rules and more on game tactics.
The Flying Colors Assistant it is not a replacement to the board game. It is just an auxiliary tool to help players run their games faster.
Check out the project wiki for more information, a complete list of features, installation instructions, and so on: http://sourceforge.net/p/fcassistant/wiki/
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
GnomeGo is a gnome HIG compatbile frontend for gnugo. It also features human vs. human play, adds a nautilus sgf file preview and a gnome screensaver playing bundled professional games.
Proximate is a social P2P application designed for local device to device networking that provides social communities with several user functions: Messaging, filesharing, and message board. It works over wireless/wired link such as adhoc WLAN and LAN
This project contains a Breadth-First-Search implementation of a solver for the board game Ricochet Robots:
http://en.wikipedia.org/wiki/Ricochet_Robot
There is a simple wxPython based GUI frontend for invoking the solver.
The Nuffle Blood Bowl Web Manager is a system for managing teams and leagues for the game Blood Bowl by Games Workshop. Version 2.x is implemented in Python and supports the PBBL ruleset. Version 1.x is implemented in PHP and supports the LRB ruleset.
PLAtypus's goal is to give people with poor communications skills an opportunity to learn and improve. With the guidance of a tutor, people will be able to learn new signs, sounds or icons and associate them with real life concepts that will, hopefully, help them to better express they needs.
Croatian Chess is a collection of various chess variants, starting as a simple and natural enhancement to classical chess and growing ever more complex with each new variant.
HTTP chat server for the board game "Are You A Werewolf?". It's a general AJAX chat server with simple private-room, phase-change, message-filter, and election functions so any Mafia-like game can be played.
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.
Two programs for playing board games over the internet. A board viewer, where all clients see the same image with moveable tokens. And a chat client with calculator and dice roller.
In knight tour (kt) problem every chess square is visited exactly once using knight moves. In this game some knight moves already made and we have an incomplete kt. The object is to complete the kt by guessing missing moves.