Deception Wargaming - PowerPoint PPT Presentation

1 / 8
About This Presentation
Title:

Deception Wargaming

Description:

Games that go beyond just incomplete information. Specifically for this project: ... Extend deception to different games (4x4 Tic Tac Toe, Chess, etc) The Goal ... – PowerPoint PPT presentation

Number of Views:77
Avg rating:3.0/5.0
Slides: 9
Provided by: stude1431
Category:

less

Transcript and Presenter's Notes

Title: Deception Wargaming


1
Deception Wargaming
  • Nate Chapin

2
Psychological Wargaming
  • Games that go beyond just incomplete information.
  • Specifically for this project deception.
  • How to create real world, meaningful deception.

3
Deception Tic-Tac-Toe
  • Like normal tic-tac-toe, except the O-player can
    create illusions, essentially play somewhere
    other than where the O is placed.

4
The Plan
  • Define the game language to be used
  • Define the nuances of the game itself
  • Implement a game manager
  • Implement players

5
Beyond That
  • Implement a sort of god character
  • Extend deception to different games (4x4 Tic Tac
    Toe, Chess, etc)

6
The Goal
  • Implementation of deceptive games and players
  • A better understanding of the use of deception

7
Game Langauge
  • Follows the basic format of the GDL, with a few
    changes.
  • cell() takes four argument instead of thru (row,
    col, val) -gt (row, col, player, val), to describe
    how the board appears to a given player.
  • mark() can take (row, col), or (real(row, col),
    illusion(row, col)) to allow a deceptive player

8
Game Rules
  • What Ive done so far
Write a Comment
User Comments (0)
About PowerShow.com