Skip to main content

AI Games: Collection of interactive games with AI opponents for Python.

Project description

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_games-0.1.6.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

ai_games-0.1.6-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page