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.
Start Free Trial
Save Up to 91% on Cloud Compute With Spot VMs
Automatic sustained-use discounts. One free VM per month. No negotiation needed.
Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
JavaProgram of a machine which plays chess: it recognizes the chessboard, the position, the move of the opponent, and asks an external Chess Engine to reply to the opponent move. it is connected to a real robot which has an arm to manipulate the pieces.
Java chess programm. Main goal is to develop an object orientated program with simple and well documented interfaces. A major point is how to handle endgame situations.
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
An addictive multiplayer networked strategy game completely written in Java.
You program a robot that makes a race through an old factory. The game is inspired by Roborally (TM) - but it's different...
2018-05-08: Successfully(?) copied the CVS repo to github: https://github.com/hsteller/botsnscouts
This project is aimed at developing an intelligent Scrabble aid. Currently, the program suggests moves for a player, given a Scrabble board and letters available. In the future, it could be developed into an automated bot, including AI.
Chess program written in Java. It uses a set of Rules to evaluate a position. These rules can be easily extended. It uses a standard set of openings to reduce think time for initial moves.
Four Win Three Dimensional is an offline board game. I want to know which player has an advantage from the very beginning. There might be once a program to play four win against a computer with graphical frontend.
A minigame tournament engine that allows for playing games against other people across the internet. The project is in the planning/alpha. It only currently has an Line of Sight Chess Program.