Commit Graph

10 Commits

Author SHA1 Message Date
Marlow Alfonso 5202255b42 fix: added help entry for the 'me' command 2023-12-07 00:16:55 +00:00
Marlow Alfonso 6094480fea fix: tweaked around the 'look' command when used on players 2023-12-07 00:13:30 +00:00
Marlow Alfonso a196290e36 feat: added emoting support with the 'me' command 2023-12-06 23:37:35 +00:00
Marlow Alfonso 8dd1900d90 fix: added a real help message for the command 'help' 2023-12-02 17:54:13 +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 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 a3b1ebd249 fix: fixed crowd exit bug
Fixed a bug where you could only leave the room if there was at least 2 players, making imposible to get an empty room
2023-11-18 01:14:43 +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