-
Hello,
I am doing an AI for the tic tac toe game (player vs machine)
So in basic everything works, its an AI with 9 inputs and 9 outputs that are all numbers between 0 and 1 but at some point the AI…
-
-
Step 1 - Fork this repository.
Step 2 - Clone the repository to yuor local machine.
Step 3 - Resolve this bugs, mentions provided in the Issues section of the repository. Also add a description what…
-
### Initiative (Required)
GSSoC (Girl Script Summer of Code) 🌸
### Is your feature request related to a problem? Please describe.
Currently, the Tic Tac Toe game offers a basic single-player experi…
-
I want to extend this to support multiple games.
Let's add in a games page where you could choose which game to play.
For now, it will only show tic tac toe as an option and when you click that …
-
# Programming Ideas
## Absolute Beginner
1. **Print Your Name**: A program that simply prints "Hello, [Your Name]!" to the console.
```python
name = "eternalxlks"
print(f"Hello, {name}")
```
…
-
The current Tic-Tac-Toe game only supports two human players. Adding an AI opponent option would enhance the user experience by allowing players to enjoy the game even when no second player is availab…
-
### Challenge Description
Build [tic-tac-toe](https://en.wikipedia.org/wiki/Tic-tac-toe) using HOPR.
### Submission Requirements
- Source code must be open-sourced and available on GitH…
-
contribute some interesting python scripts.
You can even create your own issue with the name of the scripts or piece of code you want to write and do add comments as to what this script would do in t…
-
I need help with implementation of Minimax algorithm. I'd like to hard level bot use this implementation. Please remember about unit tests