This is a simulator of the famous "Nautilus" and "Square-1" puzzles.
this is a small python program that uses the pygame library
home page: https://github.com/grigorusha/Nautilus
forum page with my other Puzzle simulators - https://twistypuzzles.com/forum/viewtopic.php?p=436170#p436170
Geraniums Pot - Intersecting Circles Puzzles Simulator
Geraniums Pot - Intersecting Circles Puzzles Simulator
This is a simulator of the famous "Geraniums" puzzle.
this is a small python program that uses the pygame library
home page: https://github.com/grigorusha/GeraniumsPot
forum page with my other Puzzle simulators - https://twistypuzzles.com/forum/viewtopic.php?p=424143#p424143
You can create a text file with a script-puzzle that describes the location of circles.
I have created files for all the Intersecting circles puzzles, you can download them from the "Garden" folder.
Hungarian Rings - Puzzle Simulator
This is a simulator of the famous "Hungarian Rings" puzzle. this is a small python program that uses the pygame library
home page: https://github.com/grigorusha/Hungarian-Rings
forum page with my other Puzzle simulators - https://twistypuzzles.com/forum/viewtopic.php?p=422931#p422931
You can create a text file with a script that describes the location of rings, balls and their colors.
Each ball can be marked with a marker (letter or number) to make the puzzle harder to solve.
...
AI-Powered Security and IT Operations Without Compromise.
Built on the Graylog Platform, Graylog Security is the industry’s best-of-breed threat detection, investigation, and response (TDIR) solution. It simplifies analysts’ day-to-day cybersecurity activities with an unmatched workflow and user experience while simultaneously providing short- and long-term budget flexibility in the form of low total cost of ownership (TCO) that CISOs covet. With Graylog Security, security analysts can:
Pyzzle is a cross-platform game engine for creating large-scale, 2D Myst-like adventure games. The engine supports 2D panoramas, features an intuitive design mode, and allows users to download content from the internet. Pyzzle is written using Pygame.
Sudoku solver written in Python using the TkInter library. Handles various puzzle sizes and allows for both letters and numbers. If you don't have Python installed you can get it at http://www.python.org/download/
Sudoku solver written in Python using the TkInter library. Handles various puzzle sizes and allows for both letters and numbers. This project site is not active, please visit http://sourceforge.net/projects/tkpysudoku/
The Amazing Game is a maze type game developed in Python 2.5 & PyGame
Additional to keyboard input it can use two alternate imput methods to allow the user(s) to move about the maze.
Library for manipulating hexagonal grids. Supports arbitrary areas and paths. Routing algorithms: find best path, find movement horizon. Output as SVG - which you can easily convert to PNG or JPG. Interface from C++, Python and JavaScript.
The Fury² Game Creation System is a game development toolkit for the 32-bit Windows platform, designed to allow the creation of complex multimedia software and games with minimal unnecessary effort (i.e. reinventing the wheel.)
Another tetris-like little game. Move Pebbles around a board to form lines of three or more which will then disappear, letting other pebbles fall down. The game is written in Python using the PyGame library so it should run on many platforms.
VTSystem is a 3D (Action) Adventure engine where each character can go about his(her) own affairs independent of your actions, where you can experience 'real world' environments! Uses the Nebula Device. For more information, take a look at the homepage
PySet is an incremental implementation of the classic logic/card game Set, built using Python, Simple Direct-media Library (SDL), and PyGame (a Python wrapper of the SDL API). The code is intended to assist newcomers in gradually learning these libs.