Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 696 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 696 Bytes

tiny projects

tiny project i made in the span of a few days and that I deemed not deserving its own repo

  • PySimpleGui tic tac toe - a simple 3x3 graphical tic tac toe game made in python
  • vignere.php - a website with description of the vignere cipher and encryptor/decryptor
  • roman-numerals.rock - a program in the Rockstar esolang that converts an Arab numeral into a Roman one
  • pyqtcalc.py - a simple calculator supporting roman and arabic numerals, written in python as a project to learn pyqt
  • platformer.py - a really simple and nasty platfromer engine in python (ft. pygame)
  • tree.c - a map with BST, implemented in C