Skip to content

A C-based 5-card draw Poker game built using SDL. Features betting, drawing, and full gameplay logic. Resources

Notifications You must be signed in to change notification settings

root-sarvesh/Poker_C

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸƒ Poker_C - SDL2 Based Poker Game

Welcome to Poker_C, a terminal-based Poker game with graphical elements powered by SDL2. This project lets you simulate a multiplayer poker match with music, visuals, and user interaction.


πŸš€ Build Instructions

Before building, ensure you have the required libraries installed:

βœ… Install SDL2 and dependencies (Ubuntu/Debian)

sudo apt update
sudo apt install build-essential libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev

Build

make

This compiles the poker.c

Run

make run

or

./poker

πŸ‘¨β€πŸ’» Author

Developed by Shivaprakash-NP and team

πŸ”— GitHub Profile
🌐 Portfolio Website


πŸ“¬ Connect with Me

If you liked this project or want to collaborate, feel free to reach out through my Portfolio β€” it includes all my projects, skills, and contact details.

About

A C-based 5-card draw Poker game built using SDL. Features betting, drawing, and full gameplay logic. Resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • Makefile 0.5%