-
Easy to run python game where you steer a plane with your hands while dodging obstacles via a AI model
-
Web compatible
-
Easy to run only 1-2 required dependencys
- Python 3 (https://www.python.org/downloads/)
- Pygame
- Pygbag if you want to have web compatibility
- Linux / Macos / Windows
- Clone the repo:
git clone [https://github.com/benpyles/Horizon-Lock.git](https://github.com/benpyles/Horizon-Lock.git)
- Navigate to the repo's directory:
cd Horizon-Lock - Set up python virtual enviroment
python3 -m venv .venv source .venv/bin/activate - Install dependendencys
pip3 install pygame pip3 install pygbag
- Run main.py
python3 main.py
- Thats it! Wait a few moments and the game will load
- Clone the repo:
git clone [https://github.com/benpyles/Horizon-Lock.git](https://github.com/benpyles/Horizon-Lock.git)
- Navigate to repo directory
cd Horizon-Lock - Create python virtual enviroment
python -m venv .venv .venv\Scripts\activate.bat
- Install pygame and pygbag
pip3 install pygame pip3 install pygbag
- Run main.py
python3 main.py
- Thats it! Wait a few moments and the game will load
- main.py - handles game logic and game scripts
- Assets - has all of the music sprites and background
- Home.html - Page for web build optional
- script.js - runs the AI module
- style.css - page formating
Still under construction full game stability and features don't work yet
This project is licensed under the MIT License. See the [LICENSE] (LICENSE) file for details
