Skip to content
View seanluo1's full-sized avatar

Block or report seanluo1

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 Loading

  1. seanluo1.github.io seanluo1.github.io Public

    This is my official personal website source code. Every file in here was written from scratch for learning purposes.

    HTML

  2. FPGA-Fighting-Game FPGA-Fighting-Game Public

    I created a two-player fighting game that can be played on an Altera Cyclone IV FPGA.

    SystemVerilog 4 2

  3. mosaic-maker mosaic-maker Public

    This program creates a mosaic of any base image composed of other images in a folder. Implemented using a K-D tree to find the nearest neighbor image to every base image's pixel HSLA values.

    C++

  4. Picross-Solver Picross-Solver Public

    This program uses AI to solve picross (aka nonogram) puzzles.

    Python