Skip to content

Releases: OliviaWYQ/Gomoku-Desktop

Final Iteration

13 Dec 20:34
Compare
Choose a tag to compare

Upgrade offline game:

  • Add AI algorithm with three difficulties;
  • Users can change or mute background music;
  • Add ranking system.

Second Iteration

02 Dec 07:25
Compare
Choose a tag to compare
  1. Online game added
  2. Offline feature ( board size, font and background music) added
  3. Game ranking added

First Iteration Demo

08 Nov 18:11
2fd7537
Compare
Choose a tag to compare
  • We changed the server from the LAN Server to the Amazon Cloud EC2 Server so that we do not have to change server IPv4 address each time.

First Iteration

07 Nov 19:06
Compare
Choose a tag to compare

A basic version of Gomoku game:

  • Users can sign up or login by username and password. Users can play an offline Gomoku game with their friends on one computer.
  • At server side, we will use MongoDB as database to store the users’ information and game history.