Rust AG is a regular - almost weekly - meeting at the end of the working day. The meeting takes place at the Institute of Physics of the Johannes Gutenberg University in Mainz, Germany, where you can also join virtually. Topics are the programming language 'Rust', but also everything else around programming and computers. We usually speak German with each other.

Pinned ·

2024-11-19 meeting summary

We've been working on term-snake, our multiplayer snake game, and have made some progress. Now, the head of every snake is highlighted. In addition, we have looked at Forgejo Actions and have set it up for the project. This will now automatically check that the project can be bui…

Pinned ·

2024-11-12 meeting summary

We discussed the design of a messaging system for term-snake, our multiplayer snake game. Messages will be encoded and decoded using bitcode.

Pinned ·

2024-11-05 meeting summary

We discussed the protocol and server implementation of term-snake, our multiplayer snake game in the terminal.

Pinned ·

2024-10-29 meeting summary

The new project of the Rust group was presented: term-snake, a multiplayer snake game in the terminal. In this session, we mainly discussed the client implementation.

Pinned ·

2024-10-01 meeting summary

Mo presented the crate crossterm for building low-level terminal applications. For high-level terminal user interfaces, Ratatui is recommended. The example was the small Snake game (code).