AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it 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.
Gem Dash aka Boulder or Dyna Blaster like 8-bit style game in Python
A Gem Dash is motivated from specific 8-bit games.
Since it's my first code in Python, the old template gave me a good code basis
to understand how to build game logic, use PyGame and create something that will work and I can finish.
I can add even more game mechanics and changes.
*_win include .exe (executable)
*_mac include .app (in dmg, works independent)
Requirements:
- Python 3.13.2 or newer
- Pygame 2.6.1 or newer ( terminal: pip install pygame )
Objective And Rules...
Make sure to visit the Home Page: (http://enigmaeditor.sourceforge.net/)
Enigma Game Level Editor (Egle) is a project to create a level editor for the Enigma game
(http://www.nongnu.org/enigma/about.html).
Enigma Game Level Editor is made in the Java programming language using the NetBeans IDE.
Sudoku Solver is a small graphical application for solving any given Sudoku puzzle, almost instantaneously. It also provides the solution (the steps required to solve the puzzle). It is written in python.
Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
Another Sudoku game version. It is written in Python and uses wxPython as the GUI package. The puzzle solver module was written by Edd Aardvark, to whom I owe a big debt. This project is mostly an exercise to learn Python. It can be greatly improved.
Guessing Game 6.0. This game operates in GUI. There are now four difficulty levels: Easy, Medium, Hard, and Suicide. To give you an idea of perspective, I can beat Easy in about three minutes, and I've never beat the first level of Suicide.
RandomGame is a game written in Python (GUI by Tkinter). The goal of the game is to pick the number that the computer randomly chosen. Written in Python, RandomGame is multiplatform.The goal of the project is to add a lot on functions in a simple game.
FungeWars, written in Python, loads two Befunge programs onto the same grid, where each tries to cause the other to quit or crash. A standalone Befunge interpreter, PyFunge, is also included.
Befunge is an esoteric two-dimensional programming language.
Turn Your Content into Interactive Magic - For Free
From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.
Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
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.