Giter Club home page Giter Club logo

bomberman-sdl2's Introduction

Bomberman

Status:

Linux GCC Linux Clang MacOS Windows
Build Status Build Status Build Status Build status

Build:

  • Install CMake, SDL2, SDL2_image, SDL2_ttf, SDL2_mixer.

    • MacOS:
      brew install cmake SDL2 SDL2_image SDL2_ttf SDL2_mixer
    • Ubuntu:
      sudo apt-get install cmake libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev
  • Build Bomberman SDL2

    mkdir build && cd build
    cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install
    cmake --build . --target install
  • Run

    cd ../install/bin
    ./bomberman

Rules is simple:

  • Menu selection using SPACE or ENTER
  • To navigate use arrows or WSAD
  • You can exit from level using ESCAPE
  • You can skip level using BACKSPACE
  • You can pause a game using ENTER
  • You should kill all enemies and find the door in the bricks
  • Enemies can kill you!
  • You have 200 seconds, hurry up!

bomberman-sdl2's People

Contributors

i-bardinov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Forkers

rufis01

bomberman-sdl2's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.