Skip to content
/ musin Public

'Artificial Intelligence' system designed to play the card game Mus, combining advanced statistical analysis and real-time decision-making algorithms. Ideal for exploring AI applications in strategic games.

License

Notifications You must be signed in to change notification settings

mblucasm/musin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MUSIN

Artificial Intelligence System for the Mus Card Game: Advanced Statistical Analysis and Algorithms

License

Table of Contents

Description

MUSIN is a project aimed at developing an artificial intelligence system capable of playing the card game Mus at a level comparable to an experienced human player. The program combines advanced statistical analysis with decision-making algorithms to adapt to different scenarios in the game, incorporating elements such as bluffing and real-time probability calculation.

This project explores how artificial intelligence can address strategic challenges in traditional card games, offering a technically advanced solution in the realm of social and recreational games.

Features

  • Probability calculations for winning hands.
  • Strategic adaptation based on the game's state.
  • Intuitive graphical interface.
  • Advanced algorithms for real-time decision-making.

System Requirements

  • Programming language: C
  • Required tools:
    • C compiler (e.g., gcc)
    • make (optional)

Installation and Execution

  1. Clone or download the repository:
  2. Navigate to the project directory:
  3. Compile the program:
  4. Execute the program:

Using make:

git clone https://github.com/mblucasm/musin.git
cd musin
make
./musin

Without make:

git clone https://github.com/mblucasm/musin.git
cd musin
gcc -o musin src/main.c
./musin

License

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

  • Attribution: The original author must be credited.
  • NonCommercial: This material may not be used for commercial purposes.
  • NoDerivatives: No derivative works based on this material are allowed.
  • Full license details available at Creative Commons BY-NC-ND 4.0.

Author

This project was developed by Lucas Martín Borrero.

Contact

For inquiries, suggestions, or special permissions, contact:

About

'Artificial Intelligence' system designed to play the card game Mus, combining advanced statistical analysis and real-time decision-making algorithms. Ideal for exploring AI applications in strategic games.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published