Releases: CSC480-18S/Red-Team
Releases · CSC480-18S/Red-Team
Final Release
This is the final release for the deliverables.
Workable Game
The game now works.
AI plays with Players
AI can now play and drop out and come back in as players enter and leave.
Socket Integration
AI now partially works with sockets, still needs work to get it out of alpha and working properly.
v1.0-proto.4
Whenever a proper play is made, the updated board will be broadcasted to all clients connected to the server using sockets.
Proof of Concept #3
GUI Frontend is now served from the backend. It can now communicate with the backend and create users. Once the user creates an account and logs in, they are then redirected to the board to play the game. In this case all they see is the board as of now.
Proof of Concept #2
Word placement is properly validated on the board.
Proof of Concept #1
Shows that users can be added and removed on a backend and persist.