Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 809 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 809 Bytes

PLAYGROUND

Tic Tac Toe
Made Tic Tac Toe using the Raylib library.
No tile maps. manual placement.
CLI Shunting Yard / RPN Calculator
A CLI calculator that converts normal noation (infix) to Reverse Polish Notation (RPN/Postfix) with Djikstra's Shunting Yard Algoritm.

Supports [+,-,*,/,^,Negative Numbers], Very crude implementation. (I also found it funny that it kind of mimicks the exact same behaviours as Microsoft's PowerToys Run)