Skip to content

Latest commit

 

History

History

tic-tac-toe.jl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

tic-tac-toe.jl

🎮 Make A Game Task 👨‍💻

Part of my games-in-julia series.

Deliverable

  1. Tic-Tac-Toe (AI & PvP)

Source

  1. versusComp.jl

  2. versusHuman.jl

Gameplay

Computer v/s Homo Sapien


Homo Sapien v/s Homo Sapien


Task Description

The board of the game can be created using a basic 2-D Array or with GTK.jl. The game should have a 2 person mode and also a single-player mode where you play against a basic AI. Play using the console, with a single-player against the computer. Start with a simple, rule-based computer-player. Add some AI capabilities to improve the quality of the computer-player.

The final submission should include a GitHub Gist or GitHub Repo with the code and examples of the game being played in both modes.