index
:
hurrycurry
master
weblate-hurrycurry-game
A fast-paced multiplayer game about cooking
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
bot
/
src
/
main.rs
Age
Commit message (
Collapse
)
Author
2024-09-25
player class decoupled from character id
metamuffin
2024-09-18
translate server messages
metamuffin
2024-09-16
fix all clippy things
metamuffin
2024-08-13
customers work except for points and return to spawn
metamuffin
2024-08-13
replace customers with bots and refactor some more server code.
metamuffin
2024-08-13
refactor server to use client-lib data model (breaks customers)
metamuffin
2024-08-12
bot: default username and character
metamuffin
2024-08-12
bot: make crate hybrid
metamuffin
2024-08-12
bot: generalize simple and add waiter
metamuffin
2024-08-11
improve framework and start work on simple algo
metamuffin
2024-08-11
show server error messages
metamuffin
2024-08-11
initialize crypto in bot
metamuffin
2024-08-11
specifiable ws addr
metamuffin
2024-08-11
bot helper functions
metamuffin
2024-08-11
add recipes back to protocol
metamuffin
2024-08-11
pc: improve movement of others
metamuffin
2024-08-11
update movement in protocol and all clients
metamuffin
2024-08-11
factor out client network code to client-lib
metamuffin
2024-08-10
start with client lib crate
metamuffin