Skip to content

Added Connect 4 with Minimax algorithm #1249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 11, 2022

Conversation

Arnav-arw
Copy link
Contributor

Description

Added Connect 4 game made with Minimax algorithm.
Dependencies:

  1. numpy
  2. Pygame

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines(Clean Code) of this project
  • I have performed a self-review of my own code
  • I have created a helpful and easy to understand README.md
  • My documentation follows Template for README.md
  • I have created the requirements.txt file if needed.

Category:

  • Games

Title: Connect 4 with Minimax algorithm

Folder: Connect 4 with Minimax algorithm

Requirements: requirements.txt

Script: connect4withMiniMax.py

Contributor: arnav.arw

Description: Simple single player game of Connect 4 with Minimax algorithm which uses pygame and numpy.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations!! for making your first PR at Amazing-Python-Scripts, our mentors will review it soon.

Copy link
Owner

@avinashkranjan avinashkranjan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@avinashkranjan avinashkranjan merged commit cd8c7ab into avinashkranjan:master Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants