Hexploration is out there!
- Uses the Ursina Engine for graphics
- Uses OpenSimplex for terrain generation
- Water Shaders by Tusnad30: https://github.com/Tusnad30/Ursina-Lighting
- modules.game_camera.py is a version of EditorCamera.py from ursina that has been modified to not be active when hovered over ui elements
- Seeded Terrain Generation
- Install Python
- Clone this repo and CD
- Run
python -m pip install --upgrade -r requirements.txt
to install requirements