Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alexis-Reyes MUD #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

AlexisReyes90
Copy link

@AlexisReyes90 AlexisReyes90 commented Nov 29, 2018

Trello Set Up:

  • Create a Trello account if you don't have one already
  • Create a new board called "LambdaMUD - {Your Name}"
  • Create lists titled backlog,To Do, In Progress, and Done
  • Fill in the To Do list with the MVP features listed below
  • Fill in the backlog list with all the extra features listed below
  • Share your board with the project manager that has been assigned to you. If you have not been assigned yet, reach out to your lead PM for guidance
  • Add your Trello URL to your project's README.md file. Commit the change, push it to your repository & submit a pull request

MVP Features:

Client

  • Create a standalone frontend app that communicates with the server via API calls
  • Be able to create a new account on the server (implemented on server)
  • Be able to log in to the server (implemented on server)
  • Create an interface that displays the current room name, its description and the other players in the room
  • Be able to move between rooms and update the display accordingly (implemented on server)
  • Be able to use a say command to say things that other people in the room will see (server implementation incomplete)
  • Upon login, subscribe to a Pusher channel based on the player's universally unique id: p-channel-<uuid>
  • Bind the player channel to broadcast events and display the messages to the player
  • Alert the player when someone enters and leaves the current room (implemented on server)
  • Alert the player when someone in the current room says something (server implementation incomplete)

Server

  • Create a new API endpoint for say which broadcasts a message to other players in the current room
  • Deploy to Heroku

General

  • Header comments in all source files that describe overall what the file does
  • Header comments on all functions that describe what the function does, function arguments, and return values

@AlexisReyes90
Copy link
Author

This is my deployed Heroku link:

https://lambda-mud-alexis-app.herokuapp.com

@AlexisReyes90
Copy link
Author

Frontend pull request:
bloominstituteoftechnology/LambdaMUD-Client#78

frontend project (whole):
https://github.com/AlexisReyes90/LambdaMUD-Client

@AlexisReyes90
Copy link
Author

Front end app:

https://kind-mestorf-400e67.netlify.com

connected with heroku endpoints. Everything works. MVP done.

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.

1 participant