Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 385 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 385 Bytes

Battle City QML clone

This is QML application demo that implements only first stage of the original game Battle City. All graphic and audio resources were taken from original game. The core part of the game has been implemented in c++ and QML is used for visualization and user input capture. There was an attempt to implement flexible AI behaiour based on stratgy design pattern.