AI Games
Welcome to AI Games, a Python package featuring various games with AI opponents.
Installation
You can install AI Games using pip:
pip install ai_games
Connect Four with AI
The Connect Four with AI game in this package is adapted from a tutorial on YouTube created by Keith Galli.
from ai_games import Connect4Game, Config
# Custom configuration
config = Config(row_count=6, column_count=7)
# Initialize the game
game = Connect4Game(config=config)
# Start playing
game.play()
Features
- Play against an AI opponent.
- Customizable game settings.
- Easy-to-use interface.
- Easy-to-understand code.
Games Available
- Connect Four with AI (Currently available)
Future Updates
Stay tuned for future updates as we add more exciting games to the AI Games package!
Contributors
- Benjamin M - Creator and maintainer
- Channel - Youtube
License
This project is licensed under the MIT License - see the LICENSE file for details.
Release files for ai-games 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ai_games-0.1.6.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ai_games-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.4 kB
Release files / ai_games-0.1.6.tar.gz
| Download URL | ai_games-0.1.6.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a945976c160eaa7b49a115a732242b7c9004a4f438ef1a0f6725adaf71a1a0d5
|
|
BLAKE2b-256 checksum How to use checksums |
935760c2ad08fc2248759bfb8df40740e67e352c14e1c7ed6c64721394e1afd1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.1
|
Release files / ai_games-0.1.6-py3-none-any.whl
| Download URL | ai_games-0.1.6-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f290c006b47a798f27d0b28e54b2e73b2767361ac2c349939817c8d7b2087b3a
|
|
BLAKE2b-256 checksum How to use checksums |
ad06c3f7cf820d4d2f246852e147d348e7942787e631f8fa8fd18a3d571a2212
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.1
|