Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Tic-Tac-Toe - Game Design - Introduction to Game Design | CSC 127, Study notes of Computer Science

Material Type: Notes; Class: Introduction to Game Design; Subject: Computer Science; University: Canisius College; Term: Unknown 1989;

Typology: Study notes

Pre 2010

Uploaded on 08/18/2009

koofers-user-9d0
koofers-user-9d0 🇺🇸

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CSC 127 – Introduction to Game Design
Game 7 – Tic-Tac-Toe
Name Grade
NOTES:
Put your name and the script name in a comment at the start of every script you write.
You can copy scripts and just carefully make necessary changes. For example, you can copy t
script that checks a player win and just change every “==1” to “==2” to create the script that
checks a computer win. Be very careful when copying with scripts because it’s easy for even an
experienced programmer to miss something that needs to be changed.
he
When you are completely done with the game, print the scripts: scr_find_win, scr_find_lose,
scr_find_center, and scr_find_move. Turn in this sheet and the four scripts placed in the order
listed here.
Tasks Completed
Background included
Blue stones can be placed in every location of the board
Checkpoint – end of page 250
Game can be played against simple computer
Correctly recognizes various player wins
Correctly recognizes computer win
Correctly recognizes a draw
Checkpoint – page 254 before “A Cleaver Computer Opponent”
Better computer opponent is harder to beat
Checkpoint – page 256 before “Adaptive Gameplay”
Adaptable computer move implemented
Checkpoint – page 257 before “Congratulations”
Find win script correct
Find lose script correct
Find center script correct
Find move script correct

Partial preview of the text

Download Tic-Tac-Toe - Game Design - Introduction to Game Design | CSC 127 and more Study notes Computer Science in PDF only on Docsity!

CSC 127 – Introduction to Game Design

Game 7 – Tic-Tac-Toe

Name Grade

NOTES:

  • Put your name and the script name in a comment at the start of every script you write.
  • You can copy scripts and just carefully make necessary changes. For example, you can copy t

script that checks a player win and just change every “==1” to “==2” to create the script that

checks a computer win. Be very careful when copying with scripts because it’s easy for even an

experienced programmer to miss something that needs to be changed.

he

  • When you are completely done with the game, print the scripts: scr_find_win, scr_find_lose,

scr_find_center, and scr_find_move. Turn in this sheet and the four scripts placed in the order

listed here.

Tasks Completed Background included Blue stones can be placed in every location of the board Checkpoint – end of page 250 Game can be played against simple computer Correctly recognizes various player wins Correctly recognizes computer win Correctly recognizes a draw Checkpoint – page 254 before “A Cleaver Computer Opponent” Better computer opponent is harder to beat Checkpoint – page 256 before “Adaptive Gameplay” Adaptable computer move implemented Checkpoint – page 257 before “Congratulations” Find win script correct Find lose script correct Find center script correct Find move script correct