arya2004/artificial-intelligence
Add implementation of `01.2_TicTacToe_MinMax` in Python, C++, Go, or Rust
Offen
#4 geöffnet am 04.10.2025
good first issuehacktoberfestjavalanguage-ports
Repository-Metriken
- Stars
- (2 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
🌐 Re-implement 01.2_TicTacToe_MinMax in another language
This folder contains a Java or Prolog implementation of a classic AI algorithm or system:
src/01.2_TicTacToe_MinMax/
You're invited to contribute the same logic in a different language, such as:
- Python 🐍
- C++ 💻
- Go 🦫
- Rust 🦀
📁 Folder Structure
Create a new file inside the same folder:
main.pyfor Pythonmain.cppfor C++main.gofor Gomain.rsfor Rust
✅ Don't delete or change existing code.
🧠 Tips
- Stick to the logic shown in the Java/Prolog version.
- Add comments explaining your approach.
- Keep your code modular and beginner-friendly.
Once done, open a PR referencing this issue.