Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xDUDSSx authored Dec 25, 2020
1 parent b2dbef2 commit 693a6aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Bomberman game
## A clone game written in C++ and SDL2
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

The game is a basic implementation of a bomberman arena where players or computers play against each other. The goal of the game is to eliminate other players or computers. The game has a detailed czech description in the `zadani.txt` file. The code and docs are all in english.

*Originally written as semestral work for the BI-PA2 class at Czech Technical University in Prague.*

# Building on Linux
On linux you can build the game using the provided Makefile.
You need to have SDL2 libraries installed, specifically:
Expand Down

0 comments on commit 693a6aa

Please sign in to comment.