Skip to content
View mkennedm's full-sized avatar

Block or report mkennedm

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Connect4 Connect4 Public

    A Connect 4 game that can be played against AI or another human. AI uses a game tree and alpha beta pruning.

    Java

  2. Minesweeper Minesweeper Public

    a minesweeper clone written in java

    Java

  3. Snake Snake Public

    My version of the popular game Snake built in Python with PyGame and a mode that uses AI to let the game play against itself.

    Python