Commit Graph

10 Commits

Author SHA1 Message Date
Marlow Alfonso a196290e36 feat: added emoting support with the 'me' command 2023-12-06 23:37:35 +00:00
Marlow Alfonso cc01e352fb feat: added 'build' command
Added the build command, that allows creating custom rooms
2023-11-21 23:53:39 +00:00
Marlow Alfonso 914054b788 fix: added message for unimplemented help message 2023-11-21 23:06:47 +00:00
Marlow Alfonso fc7051a9af refactor: reduced handle_input() cyclomatic complexity
Reformated the handle_input()'s elif chain with a dict lookup
2023-11-21 23:01:52 +00:00
Marlow Alfonso 13c2d9b149 chore: cleaned the code for readability according to the python-lsp-server 2023-11-20 22:06:06 +00:00
Marlow Alfonso fee6f735ed fix: fixed last room bug
Fixed a bug where new players would spawn in the more recently called room
2023-11-18 01:21:56 +00:00
Marlow Alfonso 5df58feb31 feat: added human-readable runtime logs 2023-11-17 18:39:32 +00:00
Marlow Alfonso 23268488f9 feat: added error message when attempting a wrong login 2023-11-17 18:10:32 +00:00
Marlow Alfonso 1aca2d58b3 fix: fixed multiple login bug
Fixed a bug that allowed a player to login as the same character several times at the same time
2023-11-17 17:47:46 +00:00
Marlow Alfonso 58fb1280b1 feat: completed the main framework with some testing characters 2023-11-17 03:11:03 +00:00