Pinned Loading
-
connectfour
connectfour PublicA GUI-based implementation of Connect 4 using Java Swing. Players take turns dropping red and green tokens into a 7×6 grid. The game automatically detects horizontal, vertical, and diagonal wins, a…
Java
-
minesweeper
minesweeper PublicA GUI-based Minesweeper implementation using Java Swing. Players click on tiles to reveal safe spots while avoiding hidden mines. Flags can be placed on suspected mines, and the game tracks elapsed…
Java
-
othello
othello PublicA GUI-based implementation of the classic Othello (Reversi) board game using Java Swing. Players take turns placing discs on an 8x8 grid, flipping opponent discs according to the rules, and aiming …
Java
-
-
WordGuessingGame
WordGuessingGame PublicA simple client-server implementation of a word guessing game using FIFOs for inter-process communication. The server selects a random word from a dictionary, and clients attempt to guess it letter…
C
-
ClientServerMessageRoom
ClientServerMessageRoom PublicA lightweight chat server that supports multiple concurrent users with private messaging, broadcasts, and random message sending. Uses TCP sockets, POSIX threads, and simple command parsing to hand…
C
If the problem persists, check the GitHub status page or contact support.