Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move game logic to separate library #21

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

TrueDoctor
Copy link
Member

No description provided.

chai/src/lib.rs Outdated Show resolved Hide resolved
chai/src/lib.rs Show resolved Hide resolved
chai/Cargo.toml Show resolved Hide resolved
chai/src/lib.rs Outdated Show resolved Hide resolved
Co-authored-by: konsumlamm <[email protected]>
Comment on lines +314 to +318
// TODO: this does not do anything yet
if let ControlFlow::Break(_) =
chai::process_message(msg, &mut state.teams_state, &mut departures)
{
continue;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can just leave out the ControlFlow, I don't see how it would be useful.

@Comeza Comeza added the Backend About the Backend (robusta) label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend About the Backend (robusta)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants