Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 730 Bytes

File metadata and controls

18 lines (10 loc) · 730 Bytes

Γ-cooked: An experimental language and a "game"

Γ-cooked is a project for Langjam 2025. It is an experiment in system game building use a rule language based on the Γ-model1 combined with spatial queries.

Usage

Game

game is a Godot project and should be openable as usual.

Compiler

compiler is a Scala/SBT project with configuration files for IntelliJ IDEA. You can launch the compiler with sbt run in the compiler directory if you have SBT installed.

Footnotes

  1. A parallel machine for multiset transformation and its programming style. J.-P. Banâtre, A. Coutant, D. Le Metayer.