Commit Graph

5 Commits

Author SHA1 Message Date
deadvey 019f1088a3 fixed a bug with single word strings and multiple choice blocks side by side 2026-05-18 23:05:19 +01:00
deadvey 13049309b2 Changed how the data is tokenised 2026-05-17 12:47:22 +01:00
deadvey 20174e697c removed unwraps and added a method to Results called .unwrap_or_exit(error_message, error_code)
This tries to unwrap and if it can't then it outputs the error message with the error!() macro
(log library) and exits with the error code.  This is to be used instead of expect and is for
fatal errors
2026-05-15 19:19:17 +01:00
deadvey fbd315ed7b Implemented choices successfully 2026-05-10 23:19:42 +01:00
deadvey 7e5874ffbb Made server and client 1 2026-05-08 23:24:42 +01:00