QNim game is quantum version of classical Nim game. In QNim game, human/classical computer will play against quantum computer. Developed using pygame in python
-
Updated
Sep 5, 2024 - Python
QNim game is quantum version of classical Nim game. In QNim game, human/classical computer will play against quantum computer. Developed using pygame in python
Nim is a mathematical game of strategy in which two players take turns removing objects from distinct heaps or piles.
Quantronauts project for creative challenge of qBraid challenge for QChack2021
Nim game (mod) with minimax algorithm
Implementação do Jogo Nim em Python com uma Inteligência Artificial. A IA utiliza o algoritmo Minimax otimizado com Poda Alpha-Beta para calcular a jogada perfeita.
An implementation of the classic Nim game featuring an AI opponent trained using Q-learning reinforcement learning. Players take turns removing items from piles, with the last player to remove an item losing. The AI learns optimal strategies through self-play and provides a challenging opponent for human players.
Menerapkan game theory berupa mini-max pada program game nim yang turn-based dengan komputer.
Second of the two projects for lecture 4 Learning to "Artificial Intelligence with Python" Harvard course
A pure python neural network implementation to solve the game of Nim.
An AI that learns how to play the game of Nim via Reinforcement Learning (Q-learning)
Add a description, image, and links to the nim-game topic page so that developers can more easily learn about it.
To associate your repository with the nim-game topic, visit your repo's landing page and select "manage topics."