Search found 5 matches

by matschbirne
Thu Jul 13, 2023 9:46 pm
Forum: The Art of Webteasing
Topic: [WIP][Help] noughties and crosses (Tic Tac Toe) webtease
Replies: 3
Views: 962

Re: [WIP][Help] noughties and crosses (Tic Tac Toe) webtease

yes, it is solved, but if I want to let the ai have the be O, then there would be so many possibilities to programm... Yes there are "only" ~140 ending postions (with symmetries and rotation already accounted for) but there are so many ways to that way. I don't think it is realistic to wri...
by matschbirne
Thu Jul 13, 2023 5:29 pm
Forum: The Art of Webteasing
Topic: [WIP][Help] noughties and crosses (Tic Tac Toe) webtease
Replies: 3
Views: 962

[WIP][Help] noughties and crosses (Tic Tac Toe) webtease

Hey, I wanted to make a tic tac toe based webtease. The base function is done and a very dumb bot, who just selects a place randomly... But I want to have a good and an unbeatable bot as well. I've found these resources: https://github.com/helloRupa/jquery-tic-tac-toe/tree/master/src, https://github...
by matschbirne
Thu Jul 13, 2023 9:56 am
Forum: Technical Support
Topic: [EOS] Can't "say" a variable
Replies: 4
Views: 981

Re: [EOS] Can't "say" a variable

I've found out, let is local and not global.... I need to use var to define the variable
by matschbirne
Thu Jul 13, 2023 9:52 am
Forum: Technical Support
Topic: [EOS] Can't "say" a variable
Replies: 4
Views: 981

[EOS] Can't "say" a variable

Hey i want to say the contents of a variable. I've used an eval tag in the say command, but it just freezes. I've defined te var by using let x=0; . I've tried to convert it to a string, I've even tried the tease storage... This seems really simple so why doesn't it work? I'm not that familiar with ...
by matschbirne
Mon Mar 15, 2021 11:27 pm
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 96
Views: 83977

Re: Here are EOS tutorials

Is there a source of more detailed scripting tutorials? The api is not very helpful... My main problem at the moment is that i want to mess with the buttons of a choice. The best would be if i could change the colour with jscript, but I don't know how to talk to it. (It's for some settings, activate...