aboutsummaryrefslogtreecommitdiff
path: root/server/bot/src/main.rs
AgeCommit message (Collapse)Author
2024-09-25player class decoupled from character idmetamuffin
2024-09-18translate server messagesmetamuffin
2024-09-16fix all clippy thingsmetamuffin
2024-08-13customers work except for points and return to spawnmetamuffin
2024-08-13replace customers with bots and refactor some more server code.metamuffin
2024-08-13refactor server to use client-lib data model (breaks customers)metamuffin
2024-08-12bot: default username and charactermetamuffin
2024-08-12bot: make crate hybridmetamuffin
2024-08-12bot: generalize simple and add waitermetamuffin
2024-08-11improve framework and start work on simple algometamuffin
2024-08-11show server error messagesmetamuffin
2024-08-11initialize crypto in botmetamuffin
2024-08-11specifiable ws addrmetamuffin
2024-08-11bot helper functionsmetamuffin
2024-08-11add recipes back to protocolmetamuffin
2024-08-11pc: improve movement of othersmetamuffin
2024-08-11update movement in protocol and all clientsmetamuffin
2024-08-11factor out client network code to client-libmetamuffin
2024-08-10start with client lib cratemetamuffin