Commit Graph

18 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 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 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 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 1ce3fa5d32 docs: updated README.md TO-DO list 2023-11-17 03:17:45 +00:00
Marlow Alfonso 58fb1280b1 feat: completed the main framework with some testing characters 2023-11-17 03:11:03 +00:00
Marlow Alfonso f18350242d docs: wrote README.md 2023-11-16 21:22:36 +00:00
Marlow Alfonso a9d7df5fb2 feat: added mudserver.py 2023-11-16 20:48:41 +00:00
wiikifox b88e93f352 Initial commit 2023-11-16 14:19:36 -06:00