-
Notifications
You must be signed in to change notification settings - Fork 37
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
Group 5 Final Project Submission #16
base: main
Are you sure you want to change the base?
Conversation
This seems like a great project idea, and I think it's pretty doable. Socket.io (or vanilla WebSockets) could take the place of a lot of the middleware you're thinking about, but I think you could also pull this off with regular get/post requests. But I'd say that since some of you are IMGD folks, learning WebSockets/Socket.io makes a lot of sense for doing this type of multiplayer game in general. Looking forward to playing this! I wasn't familiar with Quoridor but it sounds like the type of game I enjoy. |
Added pathfinding (simple depth-first), ASCII board printer, sample game state, board helper bug fixes
…ject into server-progress
Server progress
delete room when last player disconnects
# Conflicts: # server.js
We are proposing a two-player networked version of the board game Quoridor.