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ā¦
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.
2024-11-05 meeting summary
We discussed the protocol and server implementation of term-snake, our multiplayer snake game in the terminal.
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.
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).