QB64.org Forum

Active Forums => Programs => Topic started by: FellippeHeitor on March 20, 2020, 02:19:22 am

Title: Tic Tac Toe Rings
Post by: FellippeHeitor on March 20, 2020, 02:19:22 am
Here's another instance of me not being able to casually play a mobile game. I recently found the game Rings by a studio called Gamezaur. This is my attempt at recreating it.

I won't elaborate on the gameplay here. Keep the concept of "tic tac toe" in mind - except it's single-player mode - and you should master it in no time.

Latest version always available at https://github.com/FellippeHeitor/TicTacToeRing

edit: too much code inside the codebox was slowing down loading the forum, here's a direct link to the code (no extra files needed in this version): https://raw.githubusercontent.com/FellippeHeitor/TicTacToeRing/master/tictactoering.bas

Title: Re: Tic Tac Toe Rings
Post by: Ashish on March 20, 2020, 04:36:50 am
Super Graphics and Effects! I like it a lot! :)
Title: Re: Tic Tac Toe Rings
Post by: Dimster on March 20, 2020, 08:20:01 am
Mesmerize with just trying to discover the scoring and had expected there to be only 3 basic color rings and had expected the game would stop at some point. I may give up solitaire for this game. Thanks for same.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 20, 2020, 10:09:46 am
@Ashish Thanks for helping me beta test it! Thanks for your words.

@Dimster Glad you enjoyed it! My contribution for times of social isolation :-)
Title: Re: Tic Tac Toe Rings
Post by: bplus on March 20, 2020, 10:21:10 am
Masterful! Still working out the points system for combos but way more interesting than Tic-tac-toe. :)
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 20, 2020, 10:21:22 am
A bit of the gameplay:
 [ This attachment cannot be displayed inline in 'Print Page' view ]  
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 20, 2020, 10:24:29 am
@bplus Thanks a lot, man!

About points, you score 1 point for each ring you clear. If you have *just* scored a match, the immediate next one will have its points doubled; if you keep getting lucky, then it'll be tripled, then quadrupled... you get it.
Title: Re: Tic Tac Toe Rings
Post by: bplus on March 20, 2020, 10:29:02 am
Ah! Your demo just showed that if you just get 3 of same color in row (doesn't have to be same size) that clears them with points added to score.

Is there a perfect game score? Or should we track our highest score?

Update: Oh it keeps multiplying by higher numbers if lucky, OK.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 20, 2020, 10:41:18 am
Is there a perfect game score? Or should we track our highest score?

Yeah, this is mostly by high score. The more careful you are the farther in the game you get, but if you are lucky, this can run indefinitely.

Again, credit where it's due. Here's the original game I'm cloning:
Title: Re: Tic Tac Toe Rings
Post by: bplus on March 20, 2020, 11:29:17 am
Ah! now I see you are tracking multiplier but no fireworks? ;-))

Man, I got past 100 and board almost cleared, this can be a great eater of time!
Title: Re: Tic Tac Toe Rings
Post by: TempodiBasic on March 20, 2020, 12:24:57 pm
Very fine!
Can I find it on Google store?
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 20, 2020, 12:57:28 pm
@TempodiBasic yes, https://play.google.com/store/apps/details?id=com.gamezaur.rings&hl=en

My version has no ads, though... ;-)
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 20, 2020, 07:38:47 pm
Thanks, CH! Glad you enjoyed playing it.
Title: Re: Tic Tac Toe Rings
Post by: TerryRitchie on March 21, 2020, 11:22:54 am
Another great example of what can be done with QB64. Fun game too!
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 21, 2020, 11:28:56 am
Thanks Terry!
Title: Re: Tic Tac Toe Rings
Post by: TempodiBasic on March 21, 2020, 02:09:07 pm
Thanks Fellippe
Your game likes so much to my wife that I have downloaded on her smartphone the clone of Google Store!

Great job!
Title: Re: Tic Tac Toe Rings
Post by: TerryRitchie on March 21, 2020, 02:51:43 pm
Thanks Fellippe
Your game likes so much to my wife that I have downloaded on her smartphone the clone of Google Store!

Great job!

My wish is that some day we will be able to write QB64 code and compile to Android/iOS. Imagine the audience that would open to our programs.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 21, 2020, 03:46:39 pm
Thanks Fellippe
Your game likes so much to my wife that I have downloaded on her smartphone the clone of Google Store!

Great job!

Hahaha, I'm happy to hear that :-)
Title: Re: Tic Tac Toe Rings
Post by: Dav on March 22, 2020, 02:16:47 pm
What a great game, Fellippe!   Looks like I'll be playing this one for a while.   Very nice coding.  Thanks for sharing.

- Dav
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 22, 2020, 02:29:26 pm
Thanks a lot, Dav!

Quote
Looks like I'll be playing this one for a while.

My high score so far is 264, let's start a competition :-)

  [ This attachment cannot be displayed inline in 'Print Page' view ]  
Title: Re: Tic Tac Toe Rings
Post by: TempodiBasic on March 22, 2020, 06:12:54 pm
I try to put down a big score
  [ This attachment cannot be displayed inline in 'Print Page' view ]  
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 22, 2020, 06:54:23 pm
NOOOOOOOOOOOOOOOOOOO WAAAAAAAAAY!!!
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 29, 2020, 02:28:00 pm
Here's some of the current state of sound design for my Tic Tac Toe Ring game [MAY BE LOUD - CHECK YOUR SPEAKERS FIRST]:


Let me know what you guys think of it.
Title: Re: Tic Tac Toe Rings
Post by: bplus on March 29, 2020, 02:46:15 pm
Besides jumping out of my seat the first time you got a Bonus, it's great!

Not use to getting sound from posts here :)
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 29, 2020, 02:55:21 pm
I had the same feedback from [banned user] on the Discord chat, it's indeed too loud.

Edited the post above to warn people beforehand.

Thanks, bplus!
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 29, 2020, 03:03:49 pm
At 1:20 in the video above there's a sequence of combos, which shows how the sound goes up in pitch with every new sequential combo.
Title: Re: Tic Tac Toe Rings
Post by: Ashish on March 30, 2020, 06:01:47 am
Oh, now we can embed YouTube videos! Cool!
I like the sound effect and I didn't find it loud. Maybe, I am used to such sounds as I used to play a lot of video games! :)
Title: Re: Tic Tac Toe Rings
Post by: bplus on March 30, 2020, 09:47:49 pm
Hi Fellippe,

A little request, a switch to turn off that soundtrack that plays over and over and over. After awhile I'd like to switch off that track and make selections from YouTube (keeping the rest of sound effects active).

Up to you, of course, I can alter my own copy but maybe others would like option too.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 30, 2020, 10:38:31 pm
Hi. I assume you downloaded the full package from the Github repo, since I didn't include the soundtrack in the demo (intentionally). See the "Settings" button at the top-right corner? That's where you'll be able to switch it off (non-functional atm).
Title: Re: Tic Tac Toe Rings
Post by: bplus on March 31, 2020, 12:10:52 am
Hi. I assume you downloaded the full package from the Github repo, since I didn't include the soundtrack in the demo (intentionally). See the "Settings" button at the top-right corner? That's where you'll be able to switch it off (non-functional atm).

No settings button, I downloaded again last night or today hoping to try new sound effects but github says code hasn't been updated since 8 days ago.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on March 31, 2020, 02:17:44 am
I meant the video, as it's my local copy.

You can just delete the music file from the assets folder, the program will not error.
Title: Re: Tic Tac Toe Rings
Post by: gaslouk on April 03, 2020, 03:42:19 am
You have to make it a little harder and push the button to stop the sound.
Good morning from Greece.
Title: Re: Tic Tac Toe Rings
Post by: gaslouk on April 03, 2020, 03:45:23 am

Ok
Title: Re: Tic Tac Toe Rings
Post by: bplus on April 03, 2020, 03:57:18 am
Dang!
Title: Re: Tic Tac Toe Rings
Post by: gaslouk on April 03, 2020, 05:20:22 am
If you try more maybe to catch me bplus.
Title: Re: Tic Tac Toe Rings
Post by: bplus on April 03, 2020, 10:46:55 am
Ha! The 2000 Club.

I took dog out before midnight, next thing I know it's 4 AM.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on April 03, 2020, 11:28:35 am
You guys never cease to surprise me :-D
Title: Re: Tic Tac Toe Rings
Post by: bplus on April 03, 2020, 11:35:11 am
There are strategies or heuristics, might even be codify-able into an AI. I might have gone further but at 4 AM I stopped caring and probably got sloppy.
Title: Re: Tic Tac Toe Rings
Post by: bplus on April 05, 2020, 12:06:05 am
Dang I hung the program by not putting ring back all the way on bottom hold section (to reconsider move).

  [ This attachment cannot be displayed inline in 'Print Page' view ]  

Well it's time for bed anyway. This game might pickup again when I restart it.
Title: Re: Tic Tac Toe Rings
Post by: gaslouk on April 05, 2020, 04:41:30 am
ok
Title: Re: Tic Tac Toe Rings
Post by: bplus on April 05, 2020, 12:22:13 pm
Ha! @gaslouk, very nice, did you get anything else done yesterday? ;-)) I didn't except for a little game of Rock Scissors Lizard Paper Spock!

@Fellippe, may I share this program at Syntax Bomb without music?
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on April 05, 2020, 12:36:36 pm
I'm loving this in-house competition between you guys.

I don't know what Syntax Bomb is but sure, share away!

I'm uploading a version to GitHub today that allows one to set music and sfx on/off, but sharing the code without the assets is enough to have a silent version.

 
Title: Re: Tic Tac Toe Rings
Post by: bplus on April 05, 2020, 01:03:17 pm
Thanks Fellippe,

Have a look at Syntax Bomb: https://www.syntaxbomb.com/index.php?action=forum

I've yet to see if I can pickup my game where it hung and I had to terminate it with Task Manager. Depends on when it saves data I guess, might be OK because I can close the game at anytime and it picks up where I left off.

Don't get me wrong, the sound effects are great! but after awhile you that music gets annoying.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on April 05, 2020, 01:16:34 pm
Here's the current version:
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on April 05, 2020, 01:39:41 pm
Syntax Bomb seems like a nice place to share it. Link it here if you do, please.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on April 05, 2020, 07:01:11 pm
Max I've ever gotten to:
 [ This attachment cannot be displayed inline in 'Print Page' view ]  

What strategies have you guys been using?
Title: Re: Tic Tac Toe Rings
Post by: bplus on April 05, 2020, 08:50:49 pm
Dang for some reason my post at Syntax Bomb with zip containing .exe wont take? No explanations... They took a JB post I made about a week ago.

Quote
What strategies have you guys been using?

Have you tried it without the music? ;-))

Strategies:
+ Keep the center square open for final matches when possible.
+ Have idea which way to go for each color but have a plan B as  those double rings will force different ideas.
++   so I double up on colors Red and dark shade of Blue, one line, Light Blue and Green or Yellow another...
++   fill already filled rings leaving open spaces as much as possible for final matches.
+ Group matches to take advantage of multipliers so if start a new round of rings without match before, save matches for last to possibly continue into next round with multipliers.
+ Double cross matches are beautiful! Going 2 ways with one ring!
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on April 05, 2020, 08:54:27 pm
Nice, thanks for sharing :-)

I'm adding two more ring colors. I suspect I'll make your life a tad harder.
Title: Re: Tic Tac Toe Rings
Post by: gaslouk on April 06, 2020, 01:18:41 am
We're waiting with anticipation fellippe.
Good morning from Greece.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on April 06, 2020, 05:22:16 am
Hi Gaslouk. Latest version is already available to download from  https://github.com/FellippeHeitor/TicTacToeRing/archive/master.zip (https://github.com/FellippeHeitor/TicTacToeRing/archive/master.zip)
Title: Re: Tic Tac Toe Rings
Post by: gaslouk on April 06, 2020, 09:06:25 am
Hi Fellippe, for the start is this.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on April 06, 2020, 09:18:41 am
I may have made it too hard then... Glad to see your old stats got properly saved, I made sure I could restore the backup for you folks before saving in the new .dat format.
Title: Re: Tic Tac Toe Rings
Post by: bplus on April 06, 2020, 11:24:19 am
What are the new colors? I am already having trouble with 2 blue shades and sometimes red and green  or orange and yellow, oh yeah white and pink too.

Maybe a level 2 stage? The higher the level the more the colors.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on April 06, 2020, 11:51:44 am
The internal "level" variable goes up with every set of rings placed on the board. The two new colors are white and gray. Colors are added until around level 60, and from then on they just keep cycling between the ten colors:

Code: QB64: [Select]
  1. SUB setRingColors
  2.     SHARED i AS INTEGER
  3.  
  4.     i = i + 1: c(i) = _RGB32(0, 78, 249) 'blue
  5.     i = i + 1: c(i) = _RGB32(0, 100, 0) 'green
  6.     i = i + 1: c(i) = _RGB32(222, 61, 44) 'red
  7.     i = i + 1: c(i) = _RGB32(216, 216, 44) 'yellow
  8.     i = i + 1: c(i) = _RGB32(233, 139, 17) 'orange
  9.     i = i + 1: c(i) = _RGB32(222, 105, 161) 'pink
  10.     i = i + 1: c(i) = _RGB32(139, 11, 205) 'purple
  11.     i = i + 1: c(i) = _RGB32(55, 211, 211) 'cyan
  12.     i = i + 1: c(i) = _RGB32(255, 255, 255) 'white
  13.     i = i + 1: c(i) = _RGB32(100, 100, 100) 'dark gray
Title: Re: Tic Tac Toe Rings
Post by: gaslouk on April 07, 2020, 06:44:42 am
Unbelievable? !!!
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on April 07, 2020, 08:08:30 am
Well, you tell me!
Title: Re: Tic Tac Toe Rings
Post by: gaslouk on April 07, 2020, 08:34:21 am
Ha.ha ha ha ha !!!!
is true.
Don't look at bplus
Title: Re: Tic Tac Toe Rings
Post by: TerryRitchie on April 12, 2020, 07:20:37 am
This game is crazy addictive!
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on April 12, 2020, 09:26:09 am
This game is crazy addictive!

Thank you, Terry!

Since I'm cloning it, I take credit for the implementation only, not the idea (but after @Donald Foster brought Otrio - https://www.qb64.org/forum/index.php?topic=2458.msg116818#msg116818 - into light, I don't think even Gamezaur can take full credits now).
Title: Re: Tic Tac Toe Rings
Post by: Dav on April 12, 2020, 09:32:12 am
This game is crazy addictive!

+1

- Dav
Title: Re: Tic Tac Toe Rings
Post by: TerryRitchie on April 12, 2020, 05:57:46 pm
I needed a break from coding. I fired up Tic Tac Toe Rings and before I knew it it was a few hours later. Just what the doctor ordered on lock down. I put it on the home server and can hear the background music coming from one of my boys' rooms right upstairs right now, lol.

Oh, my high score so far - 239

How are you others getting higher!? Super challenging.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on April 12, 2020, 06:27:17 pm
After the latest update (with white and gray rings) max I got was 523.

The guys were maxing out on the original 8-color-only version... I haven't seen their updated score now ;-)

With more players joining the fun - I'm delighted to hear about your boy playing it -, I might get to write an online score-keeping system... It should only be available in the precompiled binary and not in the source code, of course. I'll let y'all know.
Title: Re: Tic Tac Toe Rings
Post by: TerryRitchie on April 12, 2020, 09:16:42 pm
Update - high score now 400! WooHoo
Title: Re: Tic Tac Toe Rings
Post by: TerryRitchie on May 21, 2020, 08:39:08 pm
My highest score is 554!

Hey, how come this game has not been added to the games section yet? This thing is a hoot! I play it almost daily now.
Title: Re: Tic Tac Toe Rings
Post by: loudar on May 22, 2020, 12:14:20 am
Really cool stuff! Hats off to you :D
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on May 27, 2020, 01:20:16 am
Thanks, guys. Well, Qwerkey added it to the Games section recently, so there we have it.

Glad you guys enjoy it. I'll get to finally adding an online scoreboard to it soon, time permitting.
Title: Re: Tic Tac Toe Rings
Post by: Ashish on May 27, 2020, 01:24:06 am
Thanks, guys. Well, Qwerkey added it to the Games section recently, so there we have it.

Glad you guys enjoy it. I'll get to finally adding an online scoreboard to it soon, time permitting.
Online Scoreboard? Sounds cool! I'm excited. :D
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on May 27, 2020, 03:05:03 am
Here's version 1.1 of Tic Tac Toe Rings with an online scoreboard. A compiled 32bit Windows binary for now.

Play a game until game over and the online scores will be fetched. If you make it to the list (either because the list still doesn't have 10 names on it or because you made more points than someone already in the list) you will be asked to input your name and then your score will be uploaded.

Game on, gentlemen!
 


I will be updating the source code with the new scoreboard bit after I polish the interface a little, and without the core classified bits, of course.

Fellippe.

PS: You should place the attached .exe in your current Tic Tac Toe Rings folder. If you don't already have the file resources (although optional, highly recommended), get them from here: https://github.com/FellippeHeitor/TicTacToeRing/archive/master.zip and replace the .exe with the one I'm providing here.

PS2: Minor bug fixed; new binary in the post https://www.qb64.org/forum/index.php?topic=2368.msg118514#msg118514
Title: Re: Tic Tac Toe Rings
Post by: gaslouk on May 27, 2020, 06:24:17 am
To easy
Title: Re: Tic Tac Toe Rings
Post by: gaslouk on May 27, 2020, 06:50:22 am
You Catch me Fellippe
Title: Re: Tic Tac Toe Rings
Post by: gaslouk on May 27, 2020, 06:51:57 am
Do you have a Happy Summer for All.
I see you the next winner now.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on May 27, 2020, 08:35:46 am
Good job making it to the scoreboard, Gaslouk! When you catch me, I'll up my game 😁
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on May 27, 2020, 01:14:15 pm
Update the binary to fix a minor bug with the leaderboard system. Find it attached.

I'm also making the macOS version available here this time.

Title: Re: Tic Tac Toe Rings
Post by: gaslouk on May 27, 2020, 03:18:30 pm
somewhere THERE IS A WRONG FELLIPPE !!!
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on May 27, 2020, 03:21:10 pm
Oops. I'll check it out, thanks, Gaslouk!
Title: Re: Tic Tac Toe Rings
Post by: gaslouk on May 27, 2020, 03:35:04 pm
You welcome Fellippe.
Title: Re: Tic Tac Toe Rings
Post by: TerryRitchie on May 27, 2020, 04:55:49 pm
Woohoo! 621!
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on May 27, 2020, 05:58:23 pm
Dang, you beat me! hahahaha

Time to get seriously playing, I guess.

Thanks, Terry!
Title: Re: Tic Tac Toe Rings
Post by: TerryRitchie on May 27, 2020, 06:22:07 pm
I made it my mission for over two hours today while watching the now scrubbed SpaceX launch to get the #1 spot. :-)
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on May 27, 2020, 06:23:57 pm
I hate it when work gets in the way of my gaming... But revenge will come ;-)
Title: Re: Tic Tac Toe Rings
Post by: TerryRitchie on May 28, 2020, 12:03:35 am
I was going for another high score but the game locked up. Music still playing in the background. I was moving the red circle to the center when it happened. Pic below.

Edit: Had to use Task Manager to end the program.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on May 28, 2020, 12:15:10 am
Ouch. Can't even begin to imagine what that one could be. There are plenty of slots there, so it's hardly the match check. Thanks for reporting, Terry. I'll keep an eye out to see if it happens again.
Title: Re: Tic Tac Toe Rings
Post by: TerryRitchie on May 28, 2020, 12:23:10 am
Task Manager reported 113MB usage and steady when I shut it down. Maybe I hit just that right spot when I let go of the red ring. That is exactly where I dropped it as you see it in the pic.
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on May 30, 2020, 02:12:36 am
Added new "EASIER" mode, which adds new color rings more slowly than in NORMAL mode. Thanks @Ashish for the suggestion!

Find attached the new compiled versions, both for Windows and for macOS.


PS: Terry, 1044!! 🤩
Title: Re: Tic Tac Toe Rings
Post by: TerryRitchie on May 30, 2020, 03:40:26 am
I know right! That 1044 was not done with the new easy mode. Didn't even know about it. Woohoo!
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on May 30, 2020, 06:03:43 am
Don’t worry, leaderboards are different for different modes so the competition doesn’t get spoiled. 😄
Title: Re: Tic Tac Toe Rings
Post by: Ashish on May 30, 2020, 08:17:38 am
Thanks! I seriously needed this version. :D
Title: Re: Tic Tac Toe Rings
Post by: Ashish on June 15, 2020, 02:26:55 am
Currently, a boy named "ASHISH" is now on top of leaderboards.

  [ This attachment cannot be displayed inline in 'Print Page' view ]  
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on June 15, 2020, 08:01:12 am
Damn, you got me, kid. Good job hacking it!
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on June 15, 2020, 08:02:36 am
Ah, but further analyzing your screenshot it seems you still didn't hack the communication between the client and the server! You seem to have just cracked the save file!

My system still stands, it seems!
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on June 15, 2020, 09:27:10 am
Hmmm, so Tic Tac Toe Rings has been hacked, tampered with.

Our servers have been compromised, but the attacker has been detected. All databases have been restored.

Additional security measures have been put in place.

Please get the latest version of Tic Tac Toe Rings below, both for Windows and macOS.

This time, I'm also adding a version compiled under 64bit Linux (Lubuntu).

@Ashish your move now. 😉

If you have a game in progress, you will lose the current state when you first run the new version.

Extra data files (extra assets - not required for gameplay) available in the GitHub repo (assets folder): https://github.com/FellippeHeitor/TicTacToeRing
Title: Re: Tic Tac Toe Rings
Post by: bplus on June 15, 2020, 04:17:57 pm
Quote
Our servers have been compromised, but the attacker has been detected. All databases have been restored.

@FellippeHeitor   Should there be a NOT there? Or have they really been comprised?
Title: Re: Tic Tac Toe Rings
Post by: FellippeHeitor on June 15, 2020, 05:14:53 pm
Sorry for the lack of context, that was supposed to be a joke, but it started on Discord.

No, nothing to worry about. The hacker is Ashish, as he broke into my program's top security. All's good for now 😁

That is, at least until he manages to break Tic Tag Toe Rings security again. 😂

Fellippe.
Title: Re: Tic Tac Toe Rings
Post by: bplus on June 15, 2020, 06:37:48 pm
Has Ashish gone over to the Dark Side? ;-))
Title: Re: Tic Tac Toe Rings
Post by: Qwerkey on June 16, 2020, 07:52:18 am
Sorry for the lack of context, that was supposed to be a joke, but it started on Discord.

Yes.  The rest of us got the joke (ongoing amusing "battle" between Ashish & Fellippe).