Skip to content

AmazingCow-Game/Game_RamIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game_RamIt

Made with <3 by Amazing Cow.

Description:

Game_RamIt is a small "quasi"-remake of the Telesys Ram It.
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 APAE 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!

Download & Install:

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

Check notes bellow about source install.

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

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

Check notes bellow about source install.

Notes:

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 dev-build    ## To generate the build.
sudo make install ## To install the game.

With the appropriated privileges and start gaming :D

The install target will create a .desktop entry in games sub-menu. So you can play clicking it or typing ram-it in your terminal.

Dependencies:

Game_RamIt depends on:

For those that wants to make a executable from the python sources Game_RamIt 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.