Giter Club home page Giter Club logo

unowar's Introduction

UnoWar AI Tournament

Overview

This repository contains a Java implementation of a tournament to compare different AI strategies for the UnoWar card game. UnoWar is a combination of Uno and War, played with a standard deck of cards. The tournament evaluates the performance of three simple AI strategies against each other: random card selection, always playing the smallest-ranked card, and always playing the highest-ranked card.

Project Structure

  • src/student: Contains the Java source code for the project.
    • AI.java: Base class for AI strategies.
    • BiggestCardAI.java: AI strategy always playing the highest-ranked card.
    • Card.java: Class representing a playing card.
    • CardPile.java: Class representing the pile of cards played during the game.
    • Deck.java: Class representing the deck of cards.
    • Hand.java: Class representing a player's hand of cards.
    • SmallestCardAI.java: AI strategy always playing the smallest-ranked card.
    • Tournament.java: Main class to run the UnoWar AI tournament.
    • UnoWarMatch.java: Class representing a match between two AI strategies.

Usage

To run the UnoWar AI tournament, compile the Java files and execute the Tournament class. This will compare the win rates of different AI strategies across multiple matches.

javac student/*.java
java student.Tournament

Results

The tournament provides insights into the effectiveness of different AI strategies in the UnoWar card game. Results can vary based on the number of trials and the specific implementation of the strategies.

License

This project is licensed under the MIT License.

unowar's People

Contributors

hash1khn 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.