Skip to content

LambdaMUD-Project#132

Open
upsmancsr wants to merge 6 commits into
bloominstituteoftechnology:masterfrom
upsmancsr:master
Open

LambdaMUD-Project#132
upsmancsr wants to merge 6 commits into
bloominstituteoftechnology:masterfrom
upsmancsr:master

Conversation

@upsmancsr

Copy link
Copy Markdown

@TheDeterminator TheDeterminator left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cameron, this project looks great! You implemented your code well, you have detailed and frequent commits and you thought ahead by creating functionality for secret_key functionality which is no doubt an aspect of the project that craves reusability. Only thing I want to say is to remind you that the format for naming your pull requests should be: [FirstName LastName] - Name-of-Project. Thanks and great job!

Comment thread README.md
@@ -1,3 +1,5 @@
Cameron's Trello Board URL: https://trello.com/b/cjRCp0Co/lambdamud

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good that you added a link to your URL here. It's a small thing but many students forget/ignore that instruction.

Comment thread adventure/api.py
message = data['message']
room = player.room()
currentPlayerUUIDs = room.playerUUIDs(player_id)
for p_uuid in currentPlayerUUIDs:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This say command looks great! It might be nice to have a few more comments. Also have you thought about how you might handle the case where a user tries to send an empty message?

Comment thread key_gen.py
@@ -0,0 +1,3 @@
import random
key = ''.join([random.SystemRandom().choice('abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)') for i in range(50)])

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is cool, I like how you set a file to do this secret key generation. It's good reusability and accessibility.

@upsmancsr

upsmancsr commented Dec 19, 2018 via email

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants