Hycean
A downloadable game for Windows and Linux
In deep space, your spacecraft has broken down! You must now adventure out into the nearby solar system to find the materials needed to fix it
Explore procedurally generated planets with your spaceship, explore their oceans and mine the materials needed to repair your craft!
This game was made using pygame for the Pygame Community Summer Jam 2023
Known Bugs:
- Approaching a planet at high speeds will occasionally cause a game crash, slow down on approach towards planets to avoid this.
Team members:
Credits:
Fonts used: Yoster and Prstartk
Status | Released |
Platforms | Windows, Linux |
Authors | ScriptLine Studios, roboMarchello |
Genre | Adventure, Simulation |
Made with | pygame |
Tags | 3D, adverture, Atmospheric, Exploration, Low-poly, Minimalist, Procedural Generation, Singleplayer, Space |
Download
Install instructions
Unzip the archive
Windows:
Run hycean.exe
If Windows SmartScreen appears, click "More info" and then "Run anyway"
Source code
Install all the requirements from requirements.txt, run game_name.py
Comments
Log in with itch.io to leave a comment.
pygame-ce 2.3.0 (SDL 2.26.4, Python 3.10.11)
Win10 64-bit
Traceback (most recent call last):
File "C:\Users\Administrator\Downloads\Hycean - Linux\game_name.py", line 4, in <module>
App().run()
File "C:\Users\Administrator\Downloads\Hycean - Linux\src\app.py", line 111, in run
self.state.render()
File "C:\Users\Administrator\Downloads\Hycean - Linux\src\scripts\states\space.py", line 277, in render
if not (ocean := self.app.oceans.get(self.LandIndicator.planet.primary_material[0], False)):
AttributeError: 'NoneType' object has no attribute 'primary_material'
Thanks for reporting an error!