Releases: mataruzz/ArcadePlayground
Releases · mataruzz/ArcadePlayground
ArcadePlayground
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.