arya2004/artificial-intelligence

Add implementation of `01.1_TicTacToe_Random` in Python, C++, Go, or Rust

開放

#3 建立於 2025年10月4日

 (0 則留言) (0 個反應) (0 位負責人)Python (4 個分叉)auto 404
good first issuehacktoberfestjavalanguage-ports

倉庫指標

星標
 (2 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

🌐 Re-implement 01.1_TicTacToe_Random in another language

This folder contains a Java or Prolog implementation of a classic AI algorithm or system:


src/01.1_TicTacToe_Random/

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.

貢獻者指南