Tic tac toe specifications Maaike Gerritsen Ingmar van der Steen Bas Geertsema Brian Vermeer.

Slides:



Advertisements
Similar presentations
P ROBLEM S OLVING WITH 6C Probability and strategy.
Advertisements

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.
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.
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
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.
TIC-TAC-TOE FELIX CHEN CLUSTER 5: Computers in Biophysics and Robotics.
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.
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.
Representing a Game Board In a game, we represent the action taking place using an array – In a very simple game, we use individual variables to represent.
Lesson 2-2 Example Solve. Tic Tac Toe Katrina and her friend played Tic Tac Toe. The outcomes of the games are shown in the line plot. Did Katrina.
CSE 115 Week 12 March 31 – April 4, Announcements March 31 – Exam 8 March 31 – Exam 8 April 6 – Last day to turn in Lab 7 for a max grade of 100%,
IS660Z – Programming Games Using Visual Basic Required session 3 June 16, 2004.
It is as easy as playing tic-tac-toe!. Make the vertical and horizontal lines of a tic- tac-toe game.
Today in CS161 Lecture #4 Solving Problems with Computers Walk through the Tic Tac Toe Algorithm Getting ready for Creating Programs Turn the Inches to.
Artificial Intelligence and Robotics By Keith Bright & John DeBovis.
Games. Adversaries Consider the process of reasoning when an adversary is trying to defeat our efforts In game playing situations one searches down the.
Tic Tac Toe Game ©Judy Martin 2013, Clip Art of the Tortoise and the Hare © 2013 LL Martin.
Think Tac Toe - Vocabulary. Create a Word Map for all 20 words. Include the definition, a picture, synonyms, and antonyms. Create the word map using the.
Mining Presentation (Sedimentary Group) Read through the following slides carefully! *When you see a Stop and DISCUSS the question with your partner!
The Chooser-Picker 7-in-a-row game András Csernenszky July Szeged.
1 x 2 Game 1: One Player Game If you select a number sentence, give the answer. If you select an answer give the number sentence that has that answer.
Solving Inequalities. C + 3 < 12 Guess a reasonable solution and write your guess.
Natural Language to Machine Readable Format By: Damian Tamayo Presentation 2 – Nov. 13, 2009 CIS 895 – MSE Project.
Appointment Maker 2 Group D Martin Matusiak Bas Geertsema Ingmar van der Steen Peter van Dijk.
Introduction to Game Theory Kamal Aboul-Hosn Cornell University Computers Playing Games.
CPSC 433 Artificial Intelligence Set Based Search Modeling Examples Andrew Kuipers Please include [CPSC433] in the subject line.
Introduction to State Space Search
Tic tac toe 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 circle. If you succeed.
2-dimensional Arrays A 2-dimensional array has rows and columns It is actually an “array of arrays” A Tic-Tac-Toe board is an example of a 3 by 3 2-d array.
First make 3 columns on your paper. In the 1 st one write your spelling words in a list. In the 2 nd write them in ABC order and in the 3 rd write them.
Equation for a Vertical Line and a Horizontal Line
Name: Workshop 5: Peer Pressure Tic Tac Toe Board
Proving Lines Parallel
A fun reading Comprehension Game
Tic-Tac-Throw! How to Play: X or O
Defining Rules and Levels of Rules (Chs. 11 & 12)
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.
Tic – Tac – Toe ! Choose a square by clicking on “box #”
IPad Center.
Tic – Tac – Toe ! Choose a square by clicking on “box #”
The Wonderful World of the Magic Square
Your Knowledge Will Show…
DIVIDING FRACTIONS TIC-TAC-TOE
Proving Lines Parallel
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Witzzle Pro The Rules of the Game.
Mobile Gaming Through The Wireless Internet
Tic-Tac-Toe Algebra 2: Review Name _____________ Hr_____
Tic Tac Toe application
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Continue with Life, Magic and Catch -up
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Warm Up Ball Skills Selecting teams using the grid marked out
Adversarial Search and Game Playing Examples
Dividing Integers.
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Tic – Tac – Toe ! Choose a square by clicking on “box #”
Tic-Tac-Toe Game Engine
2019 SAIMC Puzzle Challenge General Regulations
Unit II Game Playing.
Presentation transcript:

Tic tac toe specifications Maaike Gerritsen Ingmar van der Steen Bas Geertsema Brian Vermeer

Device specifications Touchscreen Handheld Auto bootable Durable Computer vs child Computer must act human

Game specifications Playfield 3 by 3 cells 2 players 2 Marks: X, O Objective: 3 in a row (of the same kind) Horizontal Vertical Diagonal

Playfield specification

Game

Players Human chooses mark. Computer gets opposite mark. Player can only play single mark.

Moves Objective: 3 in a row of same mark

Moves Player moves If position is blank then set the position with the mark of the current player. After that, switch the current player

Moves Computer moves move strategically with a certain chance (depending on the level), otherwise random Delay in computer move

Begin & end of game End: Objective is true or field is full Begin: All fields are marked blank