Tetris Clone

Created with C++, Visual Studio 2019, and SFML.

More About the Project

Demonstrates ability to transition programming and problem solving skills to new environments. This project was coded a total of three times, where it was first coded within Unity with C#, and then within FUZE4 on Nintendo Switch. Each iteration became more efficient and written with fewer lines of code. The C++ variant utilized more advanced techniques like rotation matrices and data structures for more efficient code.

On each iteration, problems involving the IDE and availability of higher order functions were solved, such as the implementation of 2D Dynamic Arrays, where they're pretty much non-existent on C++ and were coded from scratch using singly linked lists. Additionally, each iteration focused more on functionality and less on UI design.

Technologies & Techniques Utilized

  • Visual Studio IDE 2019
  • C++ Programming Language
  • SFML
  • Data Structure: 2D Dynamic Arrays
  • Rotation Matrices