https://github.com/mateusdigital/taz
https://github.com/mateusdigital/taz
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mateusdigital/taz
- Owner: mateusdigital
- License: gpl-3.0
- Created: 2024-03-10T21:45:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T23:52:43.000Z (over 2 years ago)
- Last Synced: 2024-03-11T00:36:59.121Z (over 2 years ago)
- Language: Python
- Size: 442 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: COPYING.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# Taz
**Made with <3 by [mateus.digital](https://mateus.digital).**
## Description:
This was one of my first games that I developed back in 2015-2016.
I created it using pygame and numpy and it is a clone of the Atari Taz.
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
```powershell
git clone https://github.com/mateusdigital/taz
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:
- Pygame: [https://www.pygame.org/](https://www.pygame.org/)
- PyInstaller: [https://www.pyinstaller.org/](https://www.pyinstaller.org/)
## Thanks to:
I used a lot of free and open resources, for which I'm most grateful!
## License:
This software is released under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
## Others:
- Email: hello@mateus.digital
- Website: https://mateus.digital
- Itch.io: https://mateusdigital.itch.io
- Linkedin: https://www.linkedin.com/in/mateusdigital
- Twitter: https://www.twitter.com/_mateusdigital
- Youtube: https://www.youtube.com/@_mateusdigital
There's more FLOSS things at [mateus.digital](https://mateus.digital) :)