Tag: tic tac toe

  • JavaScript Tic Tac Toe Project Tutorial – Unbeatable AI w/ Minimax Algorithm

    A full web development tutorial for beginners that demonstrates how to create an unbeatable tic tac toe game using vanilla JavaScript, HTML, and CSS. Learn the Minimax algorithm! ⌨ Part 1: Introduction (0:00) Code: none ⌨ Part 2: HTML (2:58) Code: https://github.com/beaucarnes/fcc-project-tutorials/tree/master/tictactoe/2 ⌨ Part 3: CSS (4:23) Code: https://github.com/beaucarnes/fcc-project-tutorials/tree/master/tictactoe/3 ⌨ Part 4: JavaScript: Basic Setup…

  • How To Code Tic-Tac-Toe In Plain JavaScript – Functional JavaScript Tutorial

    In this video we code a Tic Tac Toe game from scratch in plain HTML, CSS, and JavaScript in a functional way! Tic-Tac-Toe is a great tutorial as it goes over DOM manipulation and very basic game “A.I.”. Follow me on social media! Links on my website: https://www.portexe.com/ Link to previous video with ES6 explanations:…

  • How to make Tic-Tac-Toe in JavaScript Tutorial (Part 1)

    Let’s make tic-tac-toe on the HTML5 canvas! This video is part 1 – part 2 comes next week! Grab the code from GitHub: https://github.com/GeekLaunch/tic-tac-toe/tree/part-1 http://geeklaunch.net/ Follow GeekLaunch on Twitter: https://twitter.com/Geek_Launch Support GeekLaunch on Patreon: https://www.patreon.com/GeekLaunch GeekLaunch produces educational videos covering such topics as Linux, web development (including HTML5, CSS 3, JavaScript, and PHP), Java programming,…