awsdocs /
aws-doc-sdk-examples
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Loading repository data…
yhnx / repository
This repo contains a Python-based AI agent within the classic game of Minesweeper
A Python-based AI agent designed to play the classic Minesweeper game using logical reasoning to deduce safe moves, identify mines, and update knowledge dynamically.
requirements.txt file.Clone the repository to your local machine:
git clone https://github.com/yhnx/minesweeperAIBot
cd minesweeperAIBot
Install the required dependencies:
pip install -r requirements.txt
Start the Minesweeper AI:
python3 runner.py
The default board size is 8x8 with 8 mines. You can customize the grid size and number of mines by editing the code in runner.py:
HEIGHT = 8
WIDTH = 8
MINES = 8
Replace 8 with your desired dimensions and mine count.
HEIGHT and WIDTH parameters.MINES parameter.Enjoy exploring the logical prowess of the Minesweeper AI Solver! 🤖
Selected from shared topics, language and repository description—not editorial ratings.
awsdocs /
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
NELSONZHAO /
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
larymak /
This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
cdk-patterns /
This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.
sachin-source /
This repository contains a list of important and useful github repos which a developer, coder, a student should never miss to look at.
abidrahmank /
This repo contains tutorials on OpenCV-Python library using new cv2 interface