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.
Try free now
Context for your AI agents
Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.
Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
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...
Snake pygame is a remake of classic snake game, developed with python and pygame.
in this page you can find a tutorial to create the game:
http://deasproject.altervista.org/blog/progetto-creiamo-il-nostro-snake-in-python-con-pygame/
for any question you can contact me
andrea.deangelis93@gmail.com
The game needs of these packages to work:
- python 2.7 32 bit(x86 version) -> http://www.python.org/download/releases/2.7.5/
- pygame 1.9.1 for python 2.7 -> http://www.pygame.org/ftp/
-...