wip slowly getting there
wip4barrow lol
WIP: conform
an incremental/idle game about collecting magical energy and condensing it.
This project is divided into four crates that provide all the models, protocol, and binaries required by the game.
Current bins are the TUI client in bin/jellybeanidle/
which produces binary jellybean
and the server in bin/jellybeanidle-server
which produces binary jbd
.
Current libraries are separated by models (in lib/jellymodel/
) and protocol (in lib/jellyproto/
).
--WANTDB--
is denoted anywhere the database connection needs to be used instead of the current Arc<Mutex<Vec<Player>>>
.
--HANDLEPANIC--
denotes anywhere where a non-fatal panic could occur that would currently be fatal.