Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srmullen/multiplayer
https://github.com/srmullen/multiplayer
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/srmullen/multiplayer
- Owner: srmullen
- Created: 2017-07-11T01:05:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T16:35:27.000Z (over 7 years ago)
- Last Synced: 2024-11-04T02:42:09.654Z (about 2 months ago)
- Language: JavaScript
- Size: 3.79 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
-----
Currently building out a chat app in order to learn to use websockets. It will support chat rooms that
users can join and leave as they please. This could also be used as an opportunity to learn GraphQL. It needs to work
on mobile devices as well as desktops. So it will use a responsive framework.Data Structure
--------------
Room: String or Hash?
Attendees: Set
Messages: ListTODO
----
- Make sure sessions are stored properly before prod.
- Loading page.
- Layout across devices.
- React Native
- GraphQL
- Redux?
- Better Logging
- Room Host.
- Prod and dev env on aws.Issues
------Games
-----
- Connect four style game.
- Determine who's who type party game with AI players. Can be played with two or more players.
AI players will make it possible that a large group of people isn't needed to play.
- Mafia
- Dictionary game