Welcome to the Munchkin Card Game Project! This repository contains a C++ implementation of a card game based on the original Munchkin card game using the Simple DirectMedia Layer (SDL) library.
Note: The project was created long ago as a learning exercise to gain experience in C++ programming and game development with SDL from scratch.
Before you begin, ensure you have met the following requirements:
- SDL Library: You must install SDL to compile and run this project.
- C++ Compiler: You'll need a C++ compiler (e.g., g++) to build the project.
- Clone the repository:
git clone https://github.com/GabTux/munchkin.git
- Build the project:
cd munchkin
make
- Run the game:
./munchkin
You can play against a real opponent or a computer-controlled opponent.