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
Ship Agents Faster
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.
nPuzzle 8 / 15
play with numbers and cropped images!
Searching algorithm A* :
divide and conquer approach based on Manhattan-distance and linear conflict.
Author: Roberto Bracaglia Morante
ver 2.0 written in Java, May 2014 // many improvements and bug fixes
ver 1.3 written in Jython, May 2014
Fifteen puzzle, with its own goal-seeking to find the best solution
...We use this to search for the best solution, but the framework is general-purpose and can be used for similar one-person puzzles. Using this framework will allow developers to focus on a specific domain of interest, while leaving many of the AI concepts and goal-searching concepts to be implemented by the framework
The front-end classes use Swing and thus can be run via the Web.
Feel free to ask questions or to send feedback.