arya2004/artificial-intelligence

Add implementation of `01.2_TicTacToe_MinMax` in Python, C++, Go, or Rust

开放

#4 创建于 2025年10月4日

 (0 条评论) (0 个反应) (0 位负责人)Python (4 个派生)auto 404
good first issuehacktoberfestjavalanguage-ports

仓库指标

星标
 (2 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

🌐 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.py for Python
  • main.cpp for C++
  • main.go for Go
  • main.rs for 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.

贡献者指南