Miscellaneous Projects

Funny, random, and mostly useless projects

Overview

Sometimes an idea enters your mind that makes no sense, but that doesn't mean you shouldn't build it

Featured Projects

Rock, paper, scissors

exactly what the title says, a super simple python program to play rock paper scissors against a bot. It is a console run application that uses a bit of ascii art for aesthetics.

  • Language: Python
  • Catagories: RNG
View Code

Sudoku generator

A small python program to generate (mostly) unique sudokus and their solution. There are some situations where one with multiple solutions is generated at the moment (mostly on the hard difficulty).

  • Language: Python
  • Catagories: RNG
View Code

Upcoming Projects

More projects will be posted here soon!