- Python 100%
| cutscenes | ||
| data | ||
| fonts | ||
| graphics | ||
| modules | ||
| music | ||
| sounds | ||
| ss | ||
| .gitignore | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
Deep Abyss
Deep Abyss is an unforgiving and creepy 2D adventure game. You play as an alien fish whose friend was taken by a sea monster. Dive into the dark depths, devour your deadly enemies to save your friend and try to overcome the trials in this bizarre habitat through your determination.
Your goal is to get bigger and evolve into new forms by hunting other creatures. Do not lose your focus, though, and always be alert to the dangers of the ocean. Conquer this increasingly difficult environment by reaching the final stage of your evolution and beating the sea monster.
This game was made for the 32bit jam 2022.
Download and Play Deep Abyss
Installation
You can either get the game from Itch.io or run it from source. You need Python 3.8.10 or higher to run it from source.
git clone https://codeberg.org/ProfessorCode/32bit-jam-2022
cd 32bit-jam-2022/
pip install -r requirements.txt
python main.py
License
This game has been licensed under GPL v3 or later. (Please refer to LICENSE.)
- Source Code - https://codeberg.org/ProfessorCode/32bit-jam-2022
Most graphics, sound and music assets have been licensed under CC BY-SA 4.0.
Copyright and Attribution
Team
- VantaTree - Lead Python/Pygame Programmer (Itch.io, GitHub)
- JohnnyBizKit - Sound Designer and Music Composer (Itch.io, SoundCloud)
- Joshua Myers (Mossclumps) - 2D Artist and Graphics Designer (Itch.io, Website, Instagram)
- Christian Flores - 2D/3D Artist and Level Designer (LinkTree)
- Granz214 - Game Writer (Itch.io)
- ProfessorCode - Project Manager and Python Programmer (Itch.io, Mastodon)
External
- PressStart2P Font - Google
- Input Prompts - kenney.nl
- FloatRect Pygame Implementation - StarBucks5