Skip to content
View emflynn13's full-sized avatar
Block or Report

Block or report emflynn13

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. asteroids asteroids Public

    Designed a computer player using Depth First Search for an "asteroids" game, strategically maneuvering a ship in a 2D matrix to avoid collisions with moving asteroids. Implemented a function to det…

    C

  2. robot_moving robot_moving Public

    This Java-based project aims to efficiently solve the robot pathfinding problem, calculating the path that a robot should take to minimize energy consumption while moving from the top-left corner t…

    Java 1

  3. server_side_activity_log server_side_activity_log Public

    EJS

  4. StudentRecordApplication StudentRecordApplication Public

    A JavaFX desktop application with JDBC-compliant database integration (MySQL) for managing student records. The application allows adding/removing students and modules, entering/modifying/deleting …

    HTML

  5. tictactoe tictactoe Public

    This Java program is a console-based Tic-Tac-Toe game where you can play against an AI opponent. The AI uses the Minimax algorithm to make optimal moves, simulating all possible outcomes to ensure …

    Java

  6. wordle wordle Public

    A terminal-based word guessing game where players attempt to guess a 5-letter word within a set number of tries. Features two modes: standard and hard, along with statistical tracking.

    C