Skip to content

GalladeR475/AIEngine

 
 

Repository files navigation

AIEngine

AIEngine is an AI framework written in Luau, used to create AIs and build upon them. It allows developers to easily manage their AI systems within AIEngine.

Built-In Point Debugger

Source

Setup

Get the AIEngine module in Releases or the Roblox Library

Building

To build the module to a binary (.rbxm) or an xml (.rbxmx) model, you need to have the latest version of rojo installed.

# Binary
rojo build --output AIEngine.rbxm export.project.json

# XML
rojo build --output AIEngine.rbxmx export.project.json

Docs

None, yet. The module is type annotated.

Usage

You can look at the examples for a general idea on how to use or the use case of AIEngine

License

MIT License

About

A Roblox module

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Luau 100.0%