Skip to content

benpyles/Horizon-Lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horizon Lock - Still under construction

Game Banner

[Horizon - Lock] License: MIT

  • 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

Installation

Requirements

Linux / macOS

  1. Clone the repo:
    git clone [https://github.com/benpyles/Horizon-Lock.git](https://github.com/benpyles/Horizon-Lock.git)
  2. Navigate to the repo's directory:
    cd Horizon-Lock
  3. Set up python virtual enviroment
    python3 -m venv .venv
    source .venv/bin/activate
  4. Install dependendencys
    pip3 install pygame
    pip3 install pygbag
  5. Run main.py
    python3 main.py
  6. Thats it! Wait a few moments and the game will load

Windows Cmd

  1. Clone the repo:
    git clone [https://github.com/benpyles/Horizon-Lock.git](https://github.com/benpyles/Horizon-Lock.git)
  2. Navigate to repo directory
    cd Horizon-Lock
  3. Create python virtual enviroment
    python -m venv .venv
    .venv\Scripts\activate.bat
  4. Install pygame and pygbag
    pip3 install pygame
    pip3 install pygbag
  5. Run main.py
    python3 main.py
  6. Thats it! Wait a few moments and the game will load

Project Structure

- 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

Status

Still under construction full game stability and features don't work yet

License

This project is licensed under the MIT License. See the [LICENSE] (LICENSE) file for details

About

A game i'm working on for the hackclub flavor town event where a ai detects you tilting and adjusts your plane acordingly while you try to dodge obsticles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors