Comparing Ruby and C.
2 comments
1 comment
Breakout Game in C
Reviving one of my favorite childhood games, Arkanoid.
7 comments
Game of Fifteen in C
The Game of Fifteen is a puzzle played on a square, two-dimensional board with numbered tiles that slide.
8 comments
Vigenere Cipher in C
Takes user input and encrypts it with a keyword.
0 comments
Implementing Swap in C without a Swap Function
Implementing a swap without a swap function.
0 comments
FizzBuzz in C
My solution to the common FizzBuzz problem.
8 comments
Caesar Cipher in C
Takes user input and encrypts it with a key.
15 comments
Mario Pyramid in C
Recreates a half-pyramid using hashes (#) for blocks.