Skip to content

A local multiplayer bomberman like game up to 4 players written in C using SDL and Sockets

Notifications You must be signed in to change notification settings

habi-a/Bomberman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bomberman

Requirements

Environment:

  • Docker

    or

  • Linux/MacOS

  • gcc

  • make

  • SDL2

  • SDL2 image and ttf

Build and run:

  • git clone {projet}

  • cd {projet}

If using docker:

  • docker build -t bomberman .

  • docker run --rm -it -v ${PWD}:/app sdl_project

Then:

  • make

  • ./bomberman

Screenshot :

Alt Text

Alt Text

Alt Text

About

A local multiplayer bomberman like game up to 4 players written in C using SDL and Sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published