Giter Club home page Giter Club logo

bomberman's Introduction

Indie Studio

Prerequisites

This project requires Irrlicht 1.8.4, irrKlang 1.6, OpenGL, X11 and CMake.

Make sure you have open GL installed on your computer.

Ubuntu

sudo apt install libglu1-mesa-dev freeglut3-dev mesa-common-dev

Fedora

You should already have it.

Irrlicht installation

Extract the files you downloaded. Then do

cd irrlicht-1.8.4/source/Irrlicht
make NDEBUG=1
cd ../../
sudo cp include /usr/include/irr -r
sudo cp lib/Linux/libIrrlicht.a /usr/lib

Irrlicht should now be installed on your computer.

irrKlang installation

Extract the files you downloaded. Then do

cd irrKlang-64bit-1.6.0
sudo cp include /usr/include/irrKlang -r
sudo cp bin/linux-gcc-64/libIrrKlang.so /usr/lib/libIrrKlang.a

IrrKlang should now be installed on your computer.

Bomberman

This project uses CMake to compile the source code on Linux and Windows.

Run the following command to generate files according to your OS.

cmake .

Linux

After cmake finished generated the Makefile, simply execute

make

Windows

After cmake finished generated the Visual Studio Solution, simply double click on the .sln file. In Visual Studio, right click the project and click build. When it is finished, double click bomberman.exe in the explorer.

bomberman's People

Contributors

haanyaj avatar

Watchers

 avatar

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.