Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 819 Bytes

File metadata and controls

40 lines (26 loc) · 819 Bytes

ABS Engine

ABS Engine is a game engine developed by Above and Below Studios, designed for public use. It provides tools and features to help you create games efficiently.

Features

  • Modular architecture for easy customization
  • Cross-platform support
  • User-friendly API
  • Comprehensive documentation
  • Built-in collision detection (AABB)

Getting Started

  1. Clone the repository:

    git clone https://github.com/Above-and-Below/ABS-Engine.git
    cd ABS-Engine
  2. Install dependencies

    pip install -r requirements.txt
  3. Start engine

    python3 run.pyw

Contributing

Contributions are welcome! Please open issues or submit pull requests.

License

This project is licensed under the GPLv3 license. See the LICENSE file for details.