Pinned Repositories
AceyDucey
Remake of card game AceyDucey
Amazing
Recursive backtracking maze generator
Asteroids
Asteroids clone in C++ and SFML
BinarySearch
Simple Implementation of Binary Search Algorithm
BrickBreaker
Brickbreaker clone in C++ using SFML graphics library
BubbleSort
Implementation of a bubble sort algorithm
CharacterNameGenerator
Generates Fantasy Character Names
Dodger
Dodger Game made in C++ with SDL2
FlappyBirdClone
Clone of FlappyBird using SDL2 and C++
SelectionSort
Implementation of a selection sort algorithm
MillsWJack's Repositories
MillsWJack/Dodger
Dodger Game made in C++ with SDL2
MillsWJack/AceyDucey
Remake of card game AceyDucey
MillsWJack/Amazing
Recursive backtracking maze generator
MillsWJack/Asteroids
Asteroids clone in C++ and SFML
MillsWJack/BinarySearch
Simple Implementation of Binary Search Algorithm
MillsWJack/BrickBreaker
Brickbreaker clone in C++ using SFML graphics library
MillsWJack/BubbleSort
Implementation of a bubble sort algorithm
MillsWJack/CharacterNameGenerator
Generates Fantasy Character Names
MillsWJack/FlappyBirdClone
Clone of FlappyBird using SDL2 and C++
MillsWJack/SelectionSort
Implementation of a selection sort algorithm
MillsWJack/SingleLinkedList
MillsWJack/Snake
Clone of Snake game using SFML
MillsWJack/SpaceInvaders
Space Invaders clone in C++ using the SFML library
MillsWJack/Tetris
Clone of Tetris in C++ using SFML
MillsWJack/TicTacToe
Recreation of TicTacToe with enemy AI