Skip to content
View kushalchaka's full-sized avatar

Block or report kushalchaka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. connectfour connectfour Public

    A 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

  2. minesweeper minesweeper Public

    A 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

  3. othello othello Public

    A 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

  4. projectDev projectDev Public

    website for my personal portfolio

    CSS

  5. WordGuessingGame WordGuessingGame Public

    A 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

  6. ClientServerMessageRoom ClientServerMessageRoom Public

    A 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