logic_constructor 0.1.0

Move combat and ability logic out of code and into HOCON config — designers tweak damage, healing, and targeting in a text file; the engine parses it into typed actions and runs them against your entities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "logic_constructor"
version = "0.1.0"
edition = "2024"
description = "Move combat and ability logic out of code and into HOCON config — designers tweak damage, healing, and targeting in a text file; the engine parses it into typed actions and runs them against your entities."
license = "MIT OR Apache-2.0"
repository = "https://github.com/optical002/rust-logic-constructor"
documentation = "https://docs.rs/logic_constructor"
homepage = "https://github.com/optical002/rust-logic-constructor"
readme = "README.md"
keywords = ["hocon", "config", "gamedev", "scripting", "logic"]
categories = ["game-development", "config", "parsing"]

[dependencies]
hocon-rs = "0.1"
bitflags = "2.4"