TIC-TAC-TOE FELIX CHEN CLUSTER 5: Computers in Biophysics and Robotics.

Slides:



Advertisements
Similar presentations
Us vs. It. Tanks vs. Robot ● Cooperative “Boss Fight” ● Tank players must destroy the Robot before it reaches the city limits. ● Robot is controlled by.
Advertisements

Unit 251 Summary  Requirements may be represented in itemized format or in visual modeling (UML). Once the complete set of requirements are in our hand,
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.
Microsoft® Small Basic Advanced Games Estimated time to complete this lesson: 1 hour.
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.
Tutorial 6 of CSCI2110 Bipartite Matching Tutor: Zhou Hong ( 周宏 )
J AVA A SSIGNMENT 1. O VERVIEW Tic Tac Toe How it should work Using the supplied methods What you need to do How we will test your code.
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.
An Algorithm for Probabilistic Alternating Simulation University of New South Wales University of Luxembourg Authors: Chenyi Zhang Jun Pang Presentation:
Place captured red pieces here Place captured yellow pieces here To use as Kings Rules New Game Exit Left mouse click on piece – drag to desired location.
1 CSE1301 Computer Programming: Lecture 23 Algorithm Design (Part 1)
a) SE DUCHA b) SE SECA c) SE DESPIERTA d) SE CEPILLA e) SE LEVANTA f) SE VISTE.
Us vs. It. Tanks vs. Robot ● Cooperative “Boss Fight” ● Tank players must destroy the Robot before it reaches the city limits. ● Robot is controlled by.
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.
Primary 4 / 5 Game 3 Super Reader! Overall time: 25 minutes.
Connect Four Michelle Chen Felix Chung Annabel Hung Raymond Wong.
Choose level of difficulty
Lucky Candies Probability Game By: Laura Santa Maria Isabella Moreno.
Created by Nancy Otto Copyright © All Rights Reserved. PREVIEW.
KINDY 500 RACE TO THE FINISH USING MENTAL MATH & MATH TOOLS Created by Matt Cash
Investigation #1 (cont.)
Once the opposing player has scored a hit on all of the space for a particular ship, you must call out, “Hit…you sunk my ___________”. Once a player has.
Computer Programming for Engineers. Outline Tic-Tac-Toe (O-X Game) Drawing 3x3 grid Receiving the inputs Checking for a winner Taking turns between.
HPC Checkers By Andy Block Ryan Egan. Table of Contents Overview of Checkers ▫Overview of Checkers ▫Rules of the Game AI Theory The Program ▫Board ▫Sample.
Divide class into groups of 4-6 players. Estuary Survival game flowchart.
2 Digit Divisors. 3,521 ÷ 26 = = 26 x = 26 x 3 Click the squirrel for a video on repeated multiplication.
Investigation #1 (cont.) Products and Multiples. 1.3 The Product Game.
Game Playing. Introduction One of the earliest areas in artificial intelligence is game playing. Two-person zero-sum game. Games for which the state space.
Cilk Pousse James Process CS534. Overview Introduction to Pousse Searching Evaluation Function Move Ordering Conclusion.
World Religions Tabulate Game. wild cards wild cards ordinary cards.
Rules “rules, play, culture”. COSC 4126 rules Rules of Tic-Tac-Toe 1.Play occurs on a 3 by 3 grid of 9 squares. 2.Two players take turns marking empty.
Game Board Title Your name. Game Board Title Topic 1 – 100 points Enter your answer.
Natural Language to Machine Readable Format By: Damian Tamayo Presentation 2 – Nov. 13, 2009 CIS 895 – MSE Project.
Every chess master was once a beginner. Irving Chernev
Math-Nuts Janie, Johnny, Jesse, Bob Introduction to Algebra and Geometry Fall 2011.
+ TIC-TAC-TOE GAME CAPSTONE PROJECT SEN Team Members Sno.NameITU ID 1Keerthi Alimity Venkata Ganugapati Sujitha Sanku Bavi Bharathan87550.
Bingo! One step equations Find the missing value in each case, and cross it off on your bingo card if you can (with a highlighter). To win: shout “bingo!”
CompSci Backtracking, Search, Heuristics l Many problems require an approach similar to solving a maze ä Certain mazes can be solved using the.
CPS Backtracking, Search, Heuristics l Many problems require an approach similar to solving a maze ä Certain mazes can be solved using the “right-hand”
Checkers A Matlab Project by Spenser Davison, Edward Dyakiw, Justin Pezzi, and Scott Wu.
” Omok ” Korean Traditional Board Game ” Omok ” By Ilsun Kim.
How to play battle ships…
Science games.
A fun reading Comprehension Game
Materials: Three die Cup Medium-sized short container Directions: Shake the die in the cup and drop them in the container (this helps keep the dice from.
Following and Giving Instructions
Powerpoint Edition.
“The people transmitting their stories to the next generation aren’t priests or poets or medicine women. They’re multinational corporations. And they are.
Student Activity 1: Fair trials with two dice
On your grids: Draw a square (any size).
How can you represent and locate fractions on a number line?
Activator Complete the table and write the function rule:
Pasa números Divide students in to teams and have each team sit in a row. Give each student a dry erase marker and something to erase with. Each team gets.
Witzzle Pro The Rules of the Game.
Translate Shapes across the x and y axes…
Multiplication Grids.
Connect 4.
Functions and Graphing
A First Grade Number Routine
Us vs. It.
Structure diagrams for lab 13
Us vs. It.
The Game of Estimation point 3 points 2 points
Us vs. It.
On your grids: Draw a square (any size).
Goal Space Parts Rules Mechanics Space – Where the game takes place
New Year Resolutions 3rd ESO.
2019 SAIMC Puzzle Challenge General Regulations
Unit II Game Playing.
Presentation transcript:

TIC-TAC-TOE FELIX CHEN CLUSTER 5: Computers in Biophysics and Robotics

What is Tic-Tac-Toe?

YOU FAIL!!! GET OUT!!!

Rules of Tic-Tac-Toe Two players (‘X’ and ‘O’) 3x3 grid used for board Players take turns marking spaces on board with ‘X’ or ‘O’ Goal is to get three-in-row horizontally, vertically, or diagonally Draw is called a “cat’s game,” where all 9 spaces are filled, but there is no winner.

Examples of Tic-Tac-Toe Outcomes Player ‘X’ Wins Cat’s Game

How the Program Works Written in the C language. Board with computer’s move appears. Player enters in coordinates of desired move. New board appears with current position. Repeats steps 2-4 until there is a winner or draw. Outcome is stated i.e. “Computer wins.”

In the beginning…

The Frustrating Times…

The End THA YNK OU!