SymOntoClay is game AI experimental open source engine.


  Warning logo Purely experimental and very unstable project developed by only one person
Please read the page before starting

SymOntoClay project

SymOntoClay is a Domain-specific scripting language for creating game artificial intelligence (game AI).

The main idea of the language to combine imperative dynamically typed C-like language with non-mainstream approaches:

  • logic programming
  • fuzzy logic
  • multiple fuzzy inheritance
  • and other interesting approaches.

Also SymOntoClay is a game AI engine which executes SymOntoClay language scripts in game. It is implemented as open source components for Unity.

Name meaning and pronunciation

It's abbreviation of "Symbolic ontological clay".

Pronunciation: [sim äntə klā].

Symbolic
I've been focusing on Symbolic artificial intelligence. It will allow us to define NPC behavior in more determined way. I think It's important for game plot and gameplay.
Ontological
I've been focusing on explicitly describing knowledge.
Clay
It's a reference to the clay from which God created Adam.

Goals

Short term goal

The current goal of the project is experimenting on using different symbolic artificial intelligence approaches in game development. First of all It's logic programming, fuzzy logic, fuzzy inheritance and natural language processing (NLP).

I think symbolic logic will help to do indie-game developing better. There are many interesting things in symbolic artificial intelligence approaches. And It is very interesting for me to use and see them in gaming.

Long term goal

I hope that SymOntoClay will become a powerful and useful tool for game development in the future. I will be very glad If It helps to increase amount of cool games, happy users and game developers.

I will continue development so that this future comes faster.

Key features

  • Simple, clear and clean code
  • Fuzzy logic
  • Logical database
  • Triggers
  • Multiple fuzzy inheritance
  • NPC isolation

Learn key features in details here.

Domain-specific language (DSL)

SymOntoClay engine has own Domain-specific scripting language (DSL).

It is a imperative scripting dynamically typed C-like language which combines with non-mainstream approaches:

  • logic programming
  • fuzzy logic
  • multiple fuzzy inheritance
  • and other interesting approaches.

I'm completely free in my experiments with syntax.

My main criterion in SymOntoClay syntax solutions is the most elegant inclusion of interesting features in the syntax and the convenience of using them in game development.

Custom domain-specific language allows to combine features in more convenient way for using. It could be difficult or even impossible to add non-mainstream approaches into existing programming language.

Project status

I've making SymOntoClay alone in my free time since 2016. So It's not fast.

I've made two prototypes: first implementation of domain-specific language and integration with Unity3D. I've posted the second prototype's demo-video into an Indie game developers group on Facebook. You can see this demo here.

I'm focusing on key features (the interesting features from AI). Other features is being added only for support working or demonstrating the key features. So there can be absent necessary for practical using but non key features on the DSL or engine. Also stability and performance are not in focus - I don't have time for these sides while key features have not been implemented.

I'm going to continue my experiments. And I hope this project will become useful for many indie game developers in the future.

Roadmap

Simple basic AI

Beginning of 2025

A minimal single player battle royale game. All enemies will be controlled by AI on SymOntoClay DSL.

AI driven by natural language commands

Beginning of 2026

Tactical single-player shooter that allows you to coordinate the actions of friendly characters using voice commands.

AI driven by natural language documents

Beginning of 2027

A single-player tactical shooter that allows you to control the behavior of characters using documents in natural language: sacred texts, combat orders, posters.

Contributing

SymOntoClay is still under development. I will be glad if someone else is interested in it. Contributions are always welcome!

Any help testing the software, reporting or fixing bugs, reviewing pull requests and recent changes, writing tests, or helping with outstanding issues is very welcome. Implementing new features, or improving/refactoring the codebase, is of course also welcome, but to avoid wasted effort, especially for larger changes, I encourage discussing these on the issue tracker or Discussion first.

Please follow the Developers Guide if you want to help

Feel free contact to me about the project. I will be glad to receive feedback.