Skip to content

AmazingCow-Game/Game_Frogger

Repository files navigation

Game_Frogger

Made with <3 by Amazing Cow.

Websites:

Description:

Game_Frogger is a small "quasi"-remake of the Konami's Frogger.
You can find more info about the original game in Wikipedia

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 AACD.
They .

AACD do a WONDERFUL job helping people with motor disability. :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 - Sorry Windows/OSX users, we don't have a Windows/OSX 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_Frogger 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_Frogger 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.