Giter Club home page Giter Club logo

wargame's Introduction

WarGame

Scott Thomas, 14 April 2011 CSC 540A - Graduate Research Seminar Spring 2011 Semester

This program plays the card game "war" and makes some experimental observations
as to the odds of a player winning given a certain card set including:
* having the highest sum
* having the most Aces, Kings, Queens, Jacks, or Tens
It also keeps track of the shortest, longest, and average game lengths
as well as how many true tie games were encountered (A VERY rare occurence).

This program uses a Player type that is a linked list implemented as a FIFO queue to hold
each player's cards (each card being represented by a Node).  The temporary holding area
for cards when the players are comparing cards or setting aside during a tie also implements
this queue type.

This program merely requires the user to input the number of games the user would like to play.
The	output of the statistics are printed to the screen.

Please read the license in this repo regarding the use of this code.

wargame's People

Contributors

scott3377 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.