Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ciuc AI Library

Introduction

This Rust library implements the Ciuc Planet AI for managing planetary resources, building rockets, and handling energy cells in a simulation environment.

Full documentation is available at Ciuc Docs.

Usage

To create and use a planet with Ciuc AI:

use ciuc::create_planet;

// Assuming you have already defined these channels:
let planet = create_planet(rx_orchestrator, tx_orchestrator, rx_explorer, planet_id);

The AI handles:

  • Resource generation (carbon)
  • Energy cell charging and management
  • Rocket building
  • Asteroid deflection
  • Logging of AI actions

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages