Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

GabTux/munchkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Munchkin

Introduction

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.

Prerequisites

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.

Getting Started

  1. Clone the repository:
git clone https://github.com/GabTux/munchkin.git
  1. Build the project:
cd munchkin
make
  1. Run the game:
./munchkin

You can play against a real opponent or a computer-controlled opponent.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published