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
Stop vibe-debugging.
Plug Claude into your app's actual errors.
AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
Bwock is a cute and colorful puzzle game under development. It is greatly inspired by Sokoban and the great NES underdog, "The Adventures of Lolo". Code hosted at http://code.google.com/p/bwock
Codebreaker is a small game that runs in your browser (so you don't need to install it). The aim is to find the right code (3 digits). But the panel only tells you how many digits are right, not which ones. You can play the game on our webpage.
An experimental Sudoku solver that is written using 64 lines or less of C code. Meant as a general experiment in seeing if Sudoku can be solved in that small amount of code.
This is a very simple kids game, in which player selects an animal and tries to match it with the appropriate characteristics. It is a very basic level code. Coded in java.
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
Puzzle game where you should try to memorize a pattern and then rebuild it. Similar to Brain Blasters on Amiga.
The code has now moved to GitHub: https://github.com/Zitrax/brainblast
A typical Mine Sweeper game written with ZK framework, almost the same look and feel with the Windows version. The sourcecode is compact and written within a single Zul file.
Simple command-line solver of the nonogram logic puzzles. Simulates human techniques of soluting. Development inactive, but moved to: http://github.com/martinkozak/nonogram-solver.
GnuRubik. Is a 3D puzzle/game mostly know as the Magic Cube of Rubik, is a trickly Cube with 2.1/4 of arist, have 43.252.003.274.489.855.999 posible color combinations.GnuRubik is an OpenGL implementation over Delphi/Kylix of this game including textures.
New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
This game demo is a tool to learn the basics of J2ME and a few graphic tricks.<br> It uses an Ant script for both code related operations and distribution management.<br> It also makes good use of great Java tools (Antic, ProGuard, MPowerPlayer).
Helps you play Sudoku. Named after the inventor. Eliminate possibilites by clicking. Has optional automated solving assistants for rote techniques, but doesn't take away the fun of playing. Clean, straightforward Java code.
This is a game of hangman! It is written using the allegro game library. 2006-04-02 : I have decided that the code is so stale and difficult to work with, that I will probably not continue this. Edit: I may have a go at redoing parts of it. not promises!
A simple and fun remake of the old Filler game that was popular in early 1990s (and was a true marvel of its time). Written in FreePascal with Lazarus libraries. The game objective is to capture half of the colored field by annexing tiles color by color.
BlackBallEd is a graphical level-editor for the puzzle-game and oxyd-clone enigma (www.nongnu.org/enigma). The 0.90-rc2 comes with some basic PerOxyd support also.
For developers:
BBE is written in Delphi, and now, in Kylix. It's fully compatible to
Bean matching puzzle/battle game.
Beans Evil. Match Beans. Destroy Beans. Save World.
This is a Java implementation of a popular puzzle game type, and code for implementing similar games, on desktop, PDA, mobile phone etc.
An action game to hunt virusses and vaccinate all computers in the building while solving complex puzzles and destroying whatever is on your way. ĄLevel editor included!
ScrambleBot 2 is an IRC bot, running a game where you guess randomly scrambled words. The bot can be active in several channels at the same time, and has remote control facilities. The bot itself is written in FreePascal, and the config-UI in Delphi.
Tourk is a framework for developing programming games, where two (or more) people write game playing code (like Deep Blue) and a controller puts the two against each other.
This project is a basic puyo puyo game, for j2me. I have code that I wrote as a demo, in java about a year and half ago. Now the game will be fleashed out, and ported to j2me.
cryptshell is a shell used for analysable code (eg anything before wwII). It automates letter substitution, transposition, and has modules useful for breaking various weak ciphers (enigma, substitution, vinigre). It has no real practical value.
see the code at the GitHub.
https://github.com/prembhaskal/sokoban
play the game live here
http://prembhaskal.github.io/sokoban/
search for sokoban craze on chrome app store to get the game on your PC.
https://chrome.google.com/webstore/detail/sokoban-craze/mnjhkeonmdibdchkpnhgibmogbogmfmj?utm_source=chrome-ntp-icon
Game engine + remake of Atari XL/XE game Robbo.
Level loader is compatible with levels file of GNU Robbo project.
This is NOT the same project as pyrobbo on google code.
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.
War games demos. These demos mainly shows coding of game logic, A.I., physics and basic game structure. In these demos we've tried show clean game logic code without powerful graphics. Demos use ONLY own and/or open source libraries.