Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
Start Free
Our Free Plans just got better! | Auth0
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.
Daedalus is a Maze creation, solving, viewing, analyzing, and scripting program. It runs on 32 and 64bit Windows, with complete C++ source code available. For more information see the Web site: http://www.astrolog.org/labyrnth/daedalus.htm
This is a minimalist version of the Sokoban puzzle game that runs on Windows, OSX, and Linux.
The best thing about this game that is different:
you can use the built-in solvers a little bit..
Sometimes I want to know the best next move or two, but no more.
Other times I want to solve part way and watch the solver step
thru the remainder of the solution at whatever speed I choose.
project created on:
2013.05.25
bitbucket repo:
http://bit.ly/pyminesweeper_bitbucket
Simple minesweeper game in python
CONTROLS:
Right Click - "flag" the box; also start next game
Left Click - reveal empty box(es) or mine
Based on the game "Memory Puzzle" from pygame tutorial http://inventwithpython.com/pygame/chapter3.html
UPDATE 1.2 (05.11.2015):
Major code refactoring
UPDATE 1.3 (06.09.2015):
Bugfixes;
Minor code refactoring
# README #
In order to run minesweeper you need to install PyGame
http://pygame.org/download.shtml
Easy way is to install it via wheel, see e.g. http://stackoverflow.com/a/28127864
If 64-bit wheel (.whl) package installation fails, try its 32-bit version.
...