Tic Tac Toe game published

I have published a game I’ve been working on for a while. I started in January, but I only worked on it for about a week. It has both multiplayer and single player modes, which are changed by hitting change mode. You don’t even lose your progress on the other one! You start in multiplayer, so why not play a game with someone?

Pictures

tag list

List (108 tags)
@BB-Box
@Allyb
@Artistic_cat
@ArtyAnimal
@AvocadoDont
@AwesomeNachos
@Awesome_giraffe
@BaconStudios
@BerryFOX
@BlastFusion
@BubblegumCupcakeMix
@ButterBark
@celine
@ChocolateFox
@CodePerfect
@codingkit
@ColourfulBlack
@ConnellCoder
@CreationsOfaNoob
@cupcakemaniac1
@Cutedolphin
@DatKawaiiPillow
@DECODECO
@DiamondDragon
@diss_track_queen
@anon10858172
@Dolphin_coders
@DragonMc
@Dylan329
@EmojiArts
@EmojisRUs
@Explorer_
@FascinatingTreehouse
@FluffyMarshmellow
@FoodDelivery
@FreshGuppy
@FunkyGoldfish
@GiraffeProductions
@GLaDOS_On_Da_Forum
@Goku
@Gondor_is_lost
@Goobrgrlrye
@happy12345678910
@HappyPerson
@Himynameismeredith1
@Houseelf87
@IKeudin
@ILoveFashion12
@Jess888
@JojoDude
@JonnyGamer
@KawaiiHotDog
@kenlauescuadro
@KoolM123
@Kosho
@kubajr
@KVJ
@LavenderArts
@Mei-The-Riolu
@MiNi
@Mothwolf
@Mr.rex
@Murphy1
@NeoPixel
@NindroidGames
@Paige1212
@Paydent12
@PerfectPanda24
@PianoGorilla2006
@anon60879520
@Pink_Roses
@Potter_Head
@Pumpkin
@Puppylulu
@PurpleStorybook
@Rainboom
@Rider
@RubyStars
@RubyWolf1
@ScarySweetheart
@Sensei_Coder
@shamrockcat
@SilverSong
@Skyarmygenral
@SnowGirl_Studios
@sophia
@StarKid
@anon69692094
@Steelhooves
@StRiKe_Charler123
@Strongerthanyou
@Sugarisyummy
@Sweater
@treefrogstudios
@TrevCoding
@UnderagedCoder1
@Valgo
@ValueGamesStudio
@Vortex.inc
@anon22738244
@WasIdealessHere
@WhiteFeathers
@William04GamerA
@Work_kids_coding
@Yellow_Mellow
@YuxinaYammy
@Zachyswag
Get the latest list here: http://forum.gethopscotch.com/t/official-mass-tag-list-omtl/16843

23 Likes

I´ll check that out on HS! It looks cool!

3 Likes

It’s very cool how there is both 2 player and 1 player modes. And the score keeper and ability to reset is also as well. This would be great for featured! :)

3 Likes

Thanks! Shall I nominate it?

3 Likes

Oops accidentally deleted it.

It’s very awesome. BTW my HS name is DylanBarrett not Dylan329(forum name) lol sorry

It also cheated again. Idk why

2 Likes

I know. I follow you. <OBEY ME, PUNY MORTALS! or else>

2 Likes

Yeah

3 Likes

Ok. <OBEY ME, PUNY MORTALS! or else>

2 Likes

It’s because on the game you said Dylan329 not DylanBarrett. But it’s fine xD

1 Like

Ok, but you shouldn’t make this a topic, just sayin’ :slight_smile: .
But looks cool, though!

1 Like

Don’t rain on his parade
But ye
#DATS ONE KOOL PROJECT

2 Likes

It looks good and it’s an awesome game!

2 Likes

I keep forgetting title links like in this one! Ugh.

1 Like

Where do you paste the link? In the title box, or the tag box? I have tried putting in the title box but nothing happened.

2 Likes

In the title box before you type anything.

3 Likes

I broke it.


1 Like

You know what will be cool? A difficulty option for the one-player mode.

I know, you’re scripting the computer to make the best move…

But for those who don’t know the game, it might be a little unfair to them.

Here are suggestions:
Hard: Will make a mistake about 10% (1/10) times
Normal: Will make a mistake about 40% (2/5) times
Easy: Will mostly make a mistake (85% or 17/20)

How? Make a difficulty (Let’s say the name is “Diff”) and a randomized value (Let’s say the name is “Ran”), then make a rule with a block that will set the randomized value (Ran) to a random number from 1 to 20. After the “Set Value” block, check what difficulty the system is set. If the difficulty value (Diff) is set to 1 (or Easy in my version), check if the randomized value (Ran) is below 18. If it’s below 18, then run an ability called “Mistake!” (in my tutorial version). For 2 (or Normal in my version), check if the randomized value (Ran) is below 9, and if the statement is true, run the Mistake! ability. For 3 (or Hard in my version), check if the randomized value (Ran) is below 3, and if the statement is true, run the Mistake! ability.

Well, the Mistake! ability just needs the game to check which squares are free, then randomize which of the squares the computer will “move”.

3 Likes

Good idea. I did some hung similar if you go in the middle. The computer will randomly choose a corner.

2 Likes

Yeah, but when you don’t choose the middle, let’s say, you choose a corner, there’s a chance that someone, or in this case, it, won’t pick the middle. let’s say, the players that still don’t know a thing about Tic Tac Toe’s best moves, choose the corner.

Computed map: (x - another enemy player)
1-1x 1-2? 1-3?
2-1? 2-2? 2-3?
3-1? 3-2? 3-3?

Here’s what I’m talking about: There are players who will not pick 2-2, which is the middle box, and for compensation to those who don’t pick 2-2, the enemy might not pick the 2-2 after the player has turned like, let’s say: 2-3.

Now, I suggest that we also need to make bots like that, so the players feel that it’s also an another player they are fighting.

2 Likes

I played it, so far it’s pretty good!! :p
And I won!
And lost. At da same temzz ((((;゚Д゚)))))))
Lonely potato plays with itself in tick-tack-toe… (.o. )
Whoa wait a minute I thought this was a recent topic whoops, 20 Days L8r 0-0

2 Likes