• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Tic Tac Toe

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
  • Like
Reactions: deepstrasz
Tic-tac-toe (also known as noughts and crosses or Xs and Os) is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.

Move the pigs to place your mark.

commands: -ai, -asd

v2:
Added bruteforce "ai" XD
commands: asd, -kappaai

v3:
Added normal AI
Added info in the quest log
commands: -asd, -ai
Contents

Tic Tac Toe v2 (Map)

Tic Tac Toe v3 (Map)

Reviews
deepstrasz
It's not necessary to have two different versions of the map uploaded. Are they that different? No information in the Quest Log. It's required if you want people on the net to know how to play your map. I suggest to make the map more good looking as...
Level 22
Joined
Feb 6, 2014
Messages
2,466
If you put an AI with similar algorithm to chess (which searches for the AI's winning state in a tree structure), then it is possible to implement an AI that cannot be beaten, players can either get a draw or lose to the AI. This is possible to brute force because of the number of possible moves and states are way less than a chess game.
 
Level 3
Joined
Apr 2, 2009
Messages
17
If you put an AI with similar algorithm to chess (which searches for the AI's winning state in a tree structure), then it is possible to implement an AI that cannot be beaten, players can either get a draw or lose to the AI. This is possible to brute force because of the number of possible moves and states are way less than a chess game.

Check version 3 :D and 2 for the lulz
 

deepstrasz

Map Reviewer
Level 69
Joined
Jun 4, 2009
Messages
18,827
It's not necessary to have two different versions of the map uploaded. Are they that different?
No information in the Quest Log. It's required if you want people on the net to know how to play your map.
I suggest to make the map more good looking as the game itself is very simple. I mean, there is not glimpse of originality/improvisation.

Set to Awaiting Update.

====================================================================

Always check/recheck the Map Submission Rules! (Map Submission Rules)

These will help make a better description:


Screenshots could attract more players to download your work. Make the best of them.

A credits list is required where the names of the resource (models, skins, icons, spells, sound etc.) authors are mentioned along with the specific resource. It would be a luxury to have links leading to the used resources. Credits in the Quest Log would be appreciated.

A changelog in the first post would be helpful to reviewers and notify fans about the newest implementations to your map.

If you want more reviews, come here:
The Grand Review Exchange!
 
Level 3
Joined
Apr 2, 2009
Messages
17
It's not necessary to have two different versions of the map uploaded. Are they that different?
No information in the Quest Log. It's required if you want people on the net to know how to play your map.
I suggest to make the map more good looking as the game itself is very simple. I mean, there is not glimpse of originality/improvisation.

Set to Awaiting Update.

====================================================================

Always check/recheck the Map Submission Rules! (Map Submission Rules)

These will help make a better description:


Screenshots could attract more players to download your work. Make the best of them.

A credits list is required where the names of the resource (models, skins, icons, spells, sound etc.) authors are mentioned along with the specific resource. It would be a luxury to have links leading to the used resources. Credits in the Quest Log would be appreciated.

A changelog in the first post would be helpful to reviewers and notify fans about the newest implementations to your map.

If you want more reviews, come here:
The Grand Review Exchange!

The AI is different so yes.
In my opinion there is no need for any more information other than "move the pigs to the location you wanna put your mark", i mean everyone knows how to play this game, it's a classic.
No need for credits list either, because I made this map all by myself, the only resource not made by me is the picture i uploaded and it is from google images.
 
Top