Skip to content

AmazingCow-Game/Taz

Repository files navigation

Game_Taz

Made with <3 by Amazing Cow.

Websites:

Description:

Game_Taz is a small "quasi"-remake of the Atari's Taz.
You can find more info about the original game in AtariAge

It was developed in python using mainly pygame and numpy.


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

Dedication

This game is dedicated to folks at CVV - Centro de Valorização da Vida that are doing a great job helping people that needs.

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 - Sorry Windows/OSX users, we don't have a Windows/OSX box currently to make a package for it.

Notice that the assets folder MUST be in the same directory of the executable.

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_Taz 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:

While the compiled package bundle everything that is needed to play, the game the sources distribution does not.
The game depends on pygame and numpy to run - So you need to have them installed.

Assuming that you have both pygame and numpy, 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_Taz depends on:

For those that wants to make a executable from the python sources Game_Taz will depends on:

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.