This demo presents a Java-based Gomoku game developed for the ITP3914 Programming module assignment. It shows the console gameplay on a 10×10 board, with players taking turns to place 1 and 2, while the program handles input validation, redraws the board after each move, and detects wins or draws when four stones are connected in a row, column, or diagonal.