Skip to content

AmazingCow-Game/Game_Kaboom

Repository files navigation

Game_Kaboom

Made with <3 by Amazing Cow.

Websites:

Description:

Game_Kaboom is a small "quasi"-remake of the Activision's Kaboom.
You can find more info about the original game in AtariAge

It was developed in C++11 using Lore, CoreGame, CoreClock and CoreRandom.


As usual, you are **very welcomed** to **share** and **hack** it.

Dedication

This game is dedicated to Instituto Ayrton Senna.
They help poor children to get better life opportunities through better education.

Take a 5 min break, take a look their site and find a way to help them :D

Thanks!

Screen Shots:

Download & Install:

Option 1 - Compiled packages, just download and play :D

You can just download the "compiled" packages from Amazing Cow website.

There are "compiled" version for Linux and OSX - Sorry Windows users, we don't have a Windows box currently to make a package for it.

Notice[1] that the assets folder MUST be in the same directory of the executable.
Notice[2] you will need the SDL2 runtime libraries

Option 2 - Source packages, almost just download and play.

You can either grab a copy of the sources from Amazing Cow website or download directly from github.

Check notes bellow about source install.

Option 3 - Clone / Fork the repo and hack it.

Also you can just git clone https://github.com/AmazingCow-Game/Game_Kaboom to grab the latest version of sources.
You should (and probably will) be good to go!

Check notes bellow about source install.

Notes for Option 2 and 3:

For those that prefer the source packaging, the development libraries for SDL2 are required.

Assuming that you have the runtime libs installed, we made a Makefile that installs the game into your system.

So just type:

    make install 

With the appropriated privileges and start gaming :D

Dependencies:

Game_kaboom depends on:

and

To generate the archives using the Makefile target gen-archives the git-archive-all is also needed

License:

This software is released under GPLv3.

TODO:

Check the TODO file for general things.

This projects uses the COWTODO tags.
So install cowtodo and run:

$ cd path/to/the/project
$ cowtodo 

That's gonna give you all things to do :D.

Others:

Check our repos and take a look at our open source site.