Skip to content

Releases: CSC480-18S/Red-Team

Final Release

11 May 22:19
06062bb
Compare
Choose a tag to compare

This is the final release for the deliverables.

Workable Game

28 Apr 20:33
a73cb12
Compare
Choose a tag to compare
Workable Game Pre-release
Pre-release

The game now works.

AI plays with Players

13 Apr 04:41
Compare
Choose a tag to compare
AI plays with Players Pre-release
Pre-release

AI can now play and drop out and come back in as players enter and leave.

Socket Integration

03 Apr 02:46
Compare
Choose a tag to compare
Socket Integration Pre-release
Pre-release

AI now partially works with sockets, still needs work to get it out of alpha and working properly.

v1.0-proto.4

21 Mar 14:48
Compare
Choose a tag to compare
v1.0-proto.4 Pre-release
Pre-release

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

02 Mar 05:36
Compare
Choose a tag to compare
Proof of Concept #3 Pre-release
Pre-release

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

24 Feb 08:56
531c069
Compare
Choose a tag to compare
Proof of Concept #2 Pre-release
Pre-release

Word placement is properly validated on the board.

Proof of Concept #1

24 Feb 08:56
cfc9048
Compare
Choose a tag to compare
Proof of Concept #1 Pre-release
Pre-release

Shows that users can be added and removed on a backend and persist.