mjaun / sdl-arena1

A little Bomberman clone programmed in C using SDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arena1

A little Bomberman clone programmed in C using SDL.

We created this project on SourceForge as an exercise during my studies. It was originally developed with Eclipse for Windows. Now I moved this project to GitHub and ported it to a Makefile Linux application. I did this because I'd like to have everything in one place and because this project now serves as a sample SDL / Makefile / C application.

Compiling

  1. Clone repository
  2. Make sure you have the following packages installed: sdl sdl_gfx sdl_image sdl_mixer sdl_ttf
  3. In the root directory run make
  4. Start application in the bin-directory

Controls

Player 1

  • Moving: Arrow Keys
  • Place Bomb: Enter

Player 2

  • Moving: W, A, S, D
  • Place Bomb: Tab

Screenshots

Screenshot

About

A little Bomberman clone programmed in C using SDL

License:GNU General Public License v2.0


Languages

Language:C 87.1%Language:C++ 8.4%Language:Python 3.6%Language:Makefile 0.9%