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.
|
2 months ago | |
---|---|---|
common | 2 months ago | |
executor | 2 months ago | |
runtime | 2 months ago | |
runtime-interface | 2 months ago | |
runtime-interface-macro | 2 months ago | |
.gitignore | 2 months ago | |
Cargo.lock | 2 months ago | |
Cargo.toml | 2 months ago | |
LICENSE | 2 months ago | |
README.md | 2 months ago | |
rustfmt.toml | 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