Recreational mathematics

Harary's generalized tic-tac-toe

Harary's generalized tic-tac-toe or animal tic-tac-toe is a generalization of the game tic-tac-toe, defining the game as a race to complete a particular polyomino on a square grid of varying size, rather than being limited to "in a row" constructions. It was devised by Frank Harary in March 1977, and is a broader definition than that of an m,n,k-game. Harary's generalization does not include tic-tac-toe itself, as diagonal constructions are not considered a win. Like many other two-player games, strategy stealing means that the second player can never win. All that is left to study is to determine whether the first player can win, on what board sizes he may do so, and in how many moves it will take. (Wikipedia).

Video thumbnail

Tic Tac Toe Game In Python | Python Tic Tac Toe Tutorial | Python Projects | Simplilearn

This tutorial on Tic Tac Toe using Python is the guide to develop your own Tic Tac Toe game using Tkinter and Random module. This Tic Tac Toe tutorial will take you from creating a simple tkinter window to developing a fully functional game. Here we start with: 👉00:00:00 Tic Tac Toe in P

From playlist 🔥Python | Python Tutorial For Beginners | Python Projects | Python Interview Questions And Answers | Updated Python Playlist 2023 | Simplilearn

Video thumbnail

Create Tic Tac Toe Game In C++ And JavaScript | How To Create Tic Tac Toe Game | Simplilearn

In this tutorial, we will learn how to create a tic tac toe game in C++ and Javascript. This tic tac toe game is pretty famous and is often played by many in their childhood. This game is played between two players in which Xs and 0s are marked alternatively between the spaces. The objecti

From playlist 🔥Java Tutorial For Beginners | Java Full Course | Java Interview Questions And Answers | Java Programming | Updated Java Playlist 2023 | Simplilearn

Video thumbnail

Ultimate Tic-Tac-Toe: The Rules

Ultimate Tic Tac Toe, also known as Nine Board Tic Tac Toe, is an interesting variation on the classic game. The board is composed of a 3x3 grid of Big Squares. Inside of each Big Square is another 3x3 grid, so there are 9 Small Squares inside each Big Square. The position you play in a Sm

From playlist Game Theory

Video thumbnail

3 Dimensional Tic- Tac- Toe ???

Classic tic-tac-toe will always end in a draw if both players play optimally. But what happens in a 3 dimensional version of the famous game ? #3d tic-tac-toe Accepting bitcoin donations: 1LfLNqxJ38n4g8wwodFzmvrq8YxXNSF2vf

From playlist Something you did not know...

Video thumbnail

Clojure - PRACTICAL: tic-tac-toe (1/3)

Part of a series teaching the Clojure language. For other programming topics, visit http://codeschool.org

From playlist the Clojure language

Video thumbnail

Clojure - PRACTICAL: tic-tac-toe (2/3)

Part of a series teaching the Clojure language. For other programming topics, visit http://codeschool.org

From playlist the Clojure language

Video thumbnail

Ultimate Tic Tac Toe Winning Strategy

First learn the rules of the game: https://www.youtube.com/watch?v=37PC0bGMiTI The winning strategy is described in this post https://www.joachim-breitner.de/blog/604-Ultimate_Tic_Tac_Toe_is_always_won_by_X If you like my videos, you can support me at Patreon: http://www.patreon.com/mind

From playlist Game Theory

Video thumbnail

Higher-Dimensional Tic-Tac-Toe | Infinite Series

Viewers like you help make PBS (Thank you 😃) . Support your local PBS Member Station here: https://to.pbs.org/donateinfi Regular tic-tac-toe can get a bit boring -- if both players are playing optimally, it always ends in a draw. But what happens if you increase the width of the board? Or

From playlist Higher Dimensions

Video thumbnail

Wolfram Physics Project: Working Session Tuesday, Sept. 8, 2020 [Multiway Games & Quantum Mechanics]

This is a Wolfram Physics Project working session with Jonathan Goarard & Ed Pegg on multiway games and quantum mechanics in the Wolfram Model. Originally livestreamed at: https://twitch.tv/stephen_wolfram Stay up-to-date on this project by visiting our website: http://wolfr.am/physics C

From playlist Wolfram Physics Project Livestream Archive

Video thumbnail

Coding Challenge #149: Tic Tac Toe

This is a beginner-friendly challenge where I attempt to code a basic version of the game Tic-Tac-Toe using JavaScript and the p5.js library. Code: https://thecodingtrain.com/challenges/149-tic-tac-toe 🕹️ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/5JngATm3c 🎥 P

From playlist Coding Challenges

Video thumbnail

Angular for Beginners - Let's build a Tic-Tac-Toe PWA

Learn the basics of Angular 8 🚀 by building a tic-tac-toe game 🕹️ from scratch...Then deploy it as an installable progressive web app (PWA). Go beyond the basics 👉https://fireship.io/courses/angular/ Full Source Code: https://github.com/fireship-io/angular-tic-tac-toe Angular Docs: https:

From playlist Angular

Video thumbnail

Lists & Tic Tac Toe Game - Python 3 Programming Tutorial p.3

Learning about lists and beginning our Tic Tac Toe project! Playlist: https://www.youtube.com/playlist?list=PLQVvvaa0QuDeAams7fkdcwOGBpGdHpXln #python #programming #tutorial

From playlist Learning to program with Python 3 (py 3.7)

Video thumbnail

TIC TAC TOE FROM SCRATCH - CS50 on Twitch, EP. 12

Join CS50's Colton Ogden for a from-scratch implementation of a game that is for many their very first: Tic Tac Toe. Using Lua and LÖVE as per prior streams, join us as we draw our own sprites, build the game from the ground up, and even include some rudimentary AI. Join us live on twitch

From playlist CS50 on Twitch

Video thumbnail

Wolfram Physics Project Working Session: Expanding an Intuition about Quantum Mechanics

This is a Wolfram Physics Project working session on expanding an intuition about quantum mechanics. Begins at 7:55 Originally livestreamed at: https://twitch.tv/stephen_wolfram Stay up-to-date on this project by visiting our website: http://wolfr.am/physics Check out the announcement po

From playlist Wolfram Physics Project Livestream Archive

Video thumbnail

Live Stream #181: Processing Library + Tic Tac Toe

To learn more about Brilliant, go to https://brilliant.org/CodingTrain and sign up for free. The first 200 people that go to that link will get 20% off the annual Premium subscription. 💻 https://thecodingtrain.com/CodingChallenges/ 💻 https://editor.p5js.org/codingtrain/sketches/ 🚂 Websit

From playlist Live Stream Archive

Video thumbnail

Coding Challenge 154: Tic Tac Toe AI with Minimax Algorithm

In this challenge I take the Tic Tac Toe game from coding challenge #149 and add an AI opponent for a human player by implenenting the Minimax algorithm. Code: https://thecodingtrain.com/challenges/154-tic-tac-toe-minimax 🕹️ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/ske

From playlist Coding Challenges

Video thumbnail

Dice Tic Tac Sum

Dice Tic Tac Sum is a simple puzzle we invented. (I'm sure it has been invented before...probably.) Arrange the dice in a tic-tac-toe board such that every row, column, and main diagonal has the same sum. Look for non-trivial solutions. Read more about this game here: http://theothermath

From playlist Games and puzzles

Video thumbnail

Tic Tac Toe Game In C++ Code | How To Make Tic Tac Toe In c++ | C++ Tutorial | Simplilearn

🔥Post Graduate Program In Full Stack Web Development: https://www.simplilearn.com/pgp-full-stack-web-development-certification-training-course?utm_campaign=GameInCPPTicTacToe-dv_75WfQ1rA&utm_medium=DescriptionFF&utm_source=youtube 🔥Caltech Coding Bootcamp (US Only): https://www.simplilearn

From playlist C++ Tutorial Videos

Video thumbnail

Tshwane Traditional Dancers

Tshwane cultural troupe - Temba, South Africa

From playlist Amazing Stuff

Related pages

Tic-tac-toe | Martin Gardner | Tromino | Frank Harary | Polyomino | Tetromino | M,n,k-game