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
/
algos
/
simple.rs
Age
Commit message (
Expand
)
Author
8 days
clippy; make use of is_some_and and is_none_or
metamuffin
8 days
Implement tile placeable items for server-side (#433)
metamuffin
2025-09-21
Prioritize demands in waiter bot (fix #384)
metamuffin
2025-09-17
Fix waiter bot not accepting orders; close #386
metamuffin
2025-09-17
implement unknown-order in simple bot; close #397
metamuffin
2025-07-13
Replace copyright notices to not include individual author names
metamuffin
2024-12-25
variable hand count
metamuffin
2024-12-25
two-handed server
metamuffin
2024-12-23
clippy: mostly map_or replaced with is_some_and
metamuffin
2024-09-28
simple bot ignores unknown orders; fixes #192
metamuffin
2024-09-27
update waiter bot for unknown orders
metamuffin
2024-09-20
translate campaign conditions
metamuffin
2024-09-04
precompute recipe speed
metamuffin
2024-08-15
message timeout replaces persist
metamuffin
2024-08-15
customers leave if they get stuck walking
metamuffin
2024-08-13
replace customers with bots and refactor some more server code.
metamuffin
2024-08-12
bot: make crate hybrid
metamuffin
2024-08-12
bot: generalize simple and add waiter
metamuffin
2024-08-12
bot: clear passive tile target
metamuffin
2024-08-12
fix some cases where it gets stuck
metamuffin
2024-08-12
bot: passive recipes, still buggy
metamuffin
2024-08-12
remove legacy gitignore
metamuffin
2024-08-12
simple works fine for everything except passive and other special cases
metamuffin
2024-08-11
improve framework and start work on simple algo
metamuffin