Learned game development
Adding finishing touches to the first game I ever created. A clone of the "racing" game from the old tetris portable consoles. 👏👏👏

What still needs to be done
  • Add sounds 🔊
  • Add mobile devices support
    • Properly rezise the game to fit the screen ↔
    • Add touch controls 👆

You can check the current state of the project & run the game on gitHub/fdruga/BrickGame. Keep in mind that the project is started a long time ago and the architecture and coding style is not representative of the work I do professionally.

Long story short - the code is a mess. Why? The point of the project is to learn the basic concepts of game development. Architecture and best practices will become a target in the following projects.