Skip to content
View Confettimaker's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Confettimaker

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. n_queens n_queens Public

    My C++ implementation of N Queens

    C++

  2. conway_game_life conway_game_life Public

    My C++ implementation of Conway's Game of Life

    C++

  3. AC-For-Answer-Save-Editor AC-For-Answer-Save-Editor Public

    Minimal save editor for Armored Core For Answer running on Xenia

    Python 1

  4. brainfuck brainfuck Public

    Brainfuck interpreter written in Python using the PLY library (Lex/Yacc) for the purpose of learning LALR parsing

    Python