mationai / adama-lang

A programming language for board games powered by the JVM. It is a data-centric programming language which enables building tiny persistent game servers which radically reduce engineering and operational costs for board games.

Home Page:http://www.adama-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adama Platform (Mono Repo)

The mission of Adama is to simplify building online board games. With a bit of spit, polish, and some Yak shaving, it ended up as a custom database and programming language. So, let's talk about what this thing is, and this animated GIF is a good summary:

Neat, right? Adama, the language, is a way of laying out state and then defining how to manipulate that state within a closed container. Manipulation of state is done by people via messages, and the document is computed reactively similar to Excel.

Now, the entire purpose is to play an online board game, but this extends well beyond board games. However, manifesting those values will take time to communicate. For now, the key is that players connect to a shared document, and the document enforces both rules and privacy via the Adama language.

For more information, please refer to the website: https://www.adama-platform.com/

What is the status

If you are interested in contributing, then let me know! This README is scant on details since they are evolving fast. As of 3/3/2022, the software is in an "early release" state which can be used with limited capacity right now. Check out early access launch preview

License

Board games are the foothold killer use-case for Adama, but the ultimate goal of Adama is to redefine how applications get built with user-centric privacy as a first-class consideration. This ambitious goal of changing the entire landscape requires an open agenda, so the language is open source under the MIT.

About

A programming language for board games powered by the JVM. It is a data-centric programming language which enables building tiny persistent game servers which radically reduce engineering and operational costs for board games.

http://www.adama-lang.org/

License:MIT License


Languages

Language:Java 99.7%Language:TypeScript 0.2%Language:JavaScript 0.0%Language:Python 0.0%Language:HTML 0.0%Language:Shell 0.0%