Skip to content

Releases: mataruzz/ArcadePlayground

ArcadePlayground

26 Jul 12:52
6ead0d9

Choose a tag to compare

Release 1.0.0

I'm excited to announce the first official release of my Qt C++ arcade platform, featuring two classic games: TicTacToe and Tetris. This release includes an AppImage for easy deployment on Linux systems.

Features

  • TicTacToe:
    • Refactored GUI for improved usability and flexibility.
    • Game logic moved to the TicTacToeBoard class for better maintainability.
  • Tetris:
    • Classic gameplay with responsive controls and smooth animations.
    • User-friendly interface with score tracking and game-over notifications.