You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pascal Engélibert 5437fe2771
Better API structure, update deps
2 months ago
common Better API structure, update deps 2 months ago
executor Better API structure, update deps 2 months ago
runtime Better API structure, update deps 2 months ago
runtime-interface Better API structure, update deps 2 months ago
runtime-interface-macro Better API structure, update deps 2 months ago
.gitignore Initial commit 2 months ago
Cargo.lock Better API structure, update deps 2 months ago
Cargo.toml Initial commit 2 months ago
LICENSE Initial commit 2 months ago
README.md Better API structure, update deps 2 months ago
rustfmt.toml Initial commit 2 months ago

README.md

Cultivar

Early development: this is not even a prototype yet. R&D ongoing ;)

Game where you program the behaviour of the entities. Player's program is executed in a WASM environment.

Idées

Idées pour un jeu comme LeekWars :

  • gradient de réaction chimique (à être appliqué par le serveur)
  • population décentralisée, une instance de l'IA par case colonisée ou par cellule, ressources très restreintes (idée 1000i100)
  • Ferris
  • autres mascottes de langages

Build

Runtime (AI)

cargo build --release -p runtime

Executor

cargo run -p executor