Next Level Tic-Tac-Toe

Slides:



Advertisements
Similar presentations
Tic tac toe v1.2 Made by Rogonow XX PC: X YOU: O The PC-player with mark X goes first. After the PC, you place the mark O at the position of a green oval.
Advertisements

Homework for Next Class Reading: Chapter 13 For a digital game of your choice (*): 1.Give an example of an element in the graphical user interface of the.
Tic-Tac-Toe Using the Graphing Calculator for Derivatives.
Tic Tac Toe size(600,600); Aim: How can we set up our canvas and display for a Tic Tac Toe game? 1. Sketch the two drawings and write the two code.
Playing Tic Tac Toe with Neural Networks Justin Herbrand CS/ECE/ME 539.
Tic Tac Toe Game Design Using OOP
Tic Tac Toe Game playing strategies
Introduction to Programming Using simple games to convey introductory concepts MERLOT International Conference 2004 Tracey Jensen Assistant Professor,
Tic Tac Au-Toe-Mata Mark Schiebel. Outline I.Brief Cellular Automata Background II.Tic-Tac Au-Toe-Mata Rules III.Project Design IV.Computer Strategy V.Conclusion.
DATA STRUCTURES AND ALGORITHMS.  The project that we worked on is a well known game called “Tic Tac Toe”.  We implemented this game using a binary tree.
PLANNING THE TIC TAC TOE GAME BY NEEL DAVE. TIC TAC TOE INSTRUCTIONS Tic Tac Toe Instructions The basic concept of Tic Tac Toe 1.This is a game for two.
Tic Tac Toe Architecture CSE 5290 – Artificial Intelligence 06/13/2011 Christopher Hepler.
Presented by : Ashin Ara Bithi Roll : 09 Iffat Ara Roll : 22 12th Batch Department of Computer Science & Engineering University of Dhaka.
Integer Tic Tac Toe Let’s Begin Rules: 1.Erase all x’s and o’s from the previous game before you begin. 2.Decide which player will be x’s and which will.
Purpose: Can I make the other person win at Tic Tac Toe? Research: How do you usually play Tic Tac Toe?
Application of Artificial Intelligence to Chess Playing Jason Cook Capstone Project.
Introduction to Morris Games Originally Compiled by Michelle Sharp With contributions by Walter Voit, Kedar Naidu, & James Latham 7 February 2007.
Outline Intro to Representation and Heuristic Search Machine Learning (Clustering) and My Research.
Lesson 10.6a AIM: Variations on Linear Nim. DO NOW.
Adversarial Search. Regular Tic Tac Toe Play a few games. –What is the expected outcome –What kinds of moves “guarantee” that?
Carcassonne Expert Game1 Carcassonne Java Jess Expert Game Intelligent Board Games and Query-Based Utility Reasoning René Molenaar, Ludo Maat.
Tic Tac Toe Game Amna Msalam & Rehan Alashqar Supervised By: Dr. Aladdin Masri & Dr. Emad Natsheh.
Algorithms. An algorithm is an effective method expressed as a finite list of well- defined instructions for accomplishing a goal.. Have one student give.
How to play battle ships…
System Interface 2010 Final Project Proposal Chu Chu Rocket
Algorithms.
Intro to Computer Science II
A fun reading Comprehension Game
Tic-Tac-Throw! How to Play: X or O
Defining Rules and Levels of Rules (Chs. 11 & 12)
UI Design.
PENGANTAR INTELIJENSIA BUATAN (64A614)
O X X O O X X O X O X O O X O X O X Tic Tac Toe Graphical
Tic Tac Toe X O X O X O X O O X O
“The people transmitting their stories to the next generation aren’t priests or poets or medicine women. They’re multinational corporations. And they are.
Point-Slope Formula.
Tic Tac Toe O O X X ? X O X O © Math by Morrison 2011.
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Adversarial Search.
Symmetry in Board and Video Games
IPad Center.
The participants learn to construct a line by 2 points.
AlphaGo and learning methods
David Kauchak CS52 – Spring 2016
CS 4700: Foundations of Artificial Intelligence
Chapter 6 : Game Search 게임 탐색 (Adversarial Search)
Your Knowledge Will Show…
DIVIDING FRACTIONS TIC-TAC-TOE
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Training a Neural Network
NIM - a two person game n objects are in one pile
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Pirate Place Value Coloring Game
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Mobile Gaming Through The Wireless Internet
The Simpsons Tic Tac Toe Game
Advanced DAX – Tic Tac Toe
Tic – Tac – Toe ! Choose a square by clicking on “box #”
CSE (c) S. Tanimoto, 2007 Search 2: AlphaBeta Pruning
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Factor Game Sample Game.
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Goal Space Parts Rules Mechanics Space – Where the game takes place
Tic-Tac-Toe Game Engine
Six dominoes have been placed in this grid and there is only one way of filing the grid with more dominoes. Try it:
CS51A David Kauchak Spring 2019
CS51A David Kauchak Spring 2019
2019 SAIMC Puzzle Challenge General Regulations
Unit II Game Playing.
Presentation transcript:

Next Level Tic-Tac-Toe Presenters: Team 1 May 31, 2016

Outline Introduction and Innovation Demonstration about How to Play User Interface and Algorithm Further Development

Introduction and Innovation

What is Tic-Tac-Toe Tic-tac-toe is a paper-and-pencil game for two players, X and O, who take turns making the spaces in a 3×3 grid.

Variations of Tic-Tac-Toe (3, 3, 3) - Game Many board games share the element of trying to be the first to get n-in-a-row (m, n, k) - Game (m, n, 5) - Game

Next Level Tic-Tac-Toe Simple Game ! Deep Strategy !

Demonstration about How to Play

Tic-Tac-Toe played on ten grids. How to Play ? Next Level Tic-Tac-Toe is a game of logic and strategy. Tic-Tac-Toe played on ten grids.

How to Play ? Get three-in-a-row in any of the nine small grids to win a space on the master grid.

How to Play ? Where you play in the small grid dictates in which grid your opponent plays next.

Three in-a-row on the master grid wins! How to Play ? Three in-a-row on the master grid wins!

Video Demonstration

User Interface and Algorithm

Interface too small!

Algorithm 4*4 array

Further Development

Future Orientation More user-friendly interface Network connection Artificial intelligence

Thanks For Listening !

Q&A