/ram_it

Ram It is a clone of the nostalgic Atari 2600 game, created by https://mateus.digital

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Ram It

Made with <3 by mateus.digital.

Description:

This was one of my first games that I developed back in 2016. I created it using pygame and numpy and it is a clone of the Atari 2600 Telesys Ram It

For a long time I forgot this project, but decided to release it now :)


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

Building

git clone https://github.com/mateusdigital/ram_it
cd ram_it

pip install -r requirements.txt     ## Install the dependencies.

./scripts/build-game.ps1            ## Builds the platform version of the game.
./scripts/generate-release-zip.ps1  ## Packages the game and resources to distribution.

Dependencies:

Thanks to:

I used a lot of free and open resources, for which I'm most grateful!

License:

This software is released under GPLv3.

Others:

There's more FLOSS things at mateus.digital :)