imFaizanAhmed / Word-Shooter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word-Shooter

This is all like the bubble shooter game except you have to combine the alphabets to create a word in order to pop balls. After Every ball shoots, it check all the possible combinations of words which may be created from the file of about 400k words.

Compilation

In order to compile it you have to download CImg.h file from anywhere you want.

For the execution purpose, you just have to run make command in the project directory.

make

Compilation after updating the code

If you want some modification in this game, you can do it. For that you have to run following commads only in first time.

bash install-libraries.sh
sudo apt-get install libglew1.5-dev

Now you good to make and just running make command can make exeutable file for you.

Execution

To execute the project you just have to run following command.

./exe

About

License:MIT License


Languages

Language:C++ 99.2%Language:Makefile 0.6%Language:Shell 0.1%