Program to calculate available moves for queen depending on its position. There are two modes:
- Free mode - you can place queen everywhere ignoring obstacles
- Game mode - you can place queen only on those positions which are available by game rules; obstacles may block moves
Development is still in progress, obstacle system will be added in the future
- C++ - language of program
- Qt - main platform the project was created on
- CMake - served to build the project
If you have suggestions, write:
- GMail: vladislav.kolyadenko@gmail.com
- Telegram: @vlad_is_real
- Instagram: @ncks_gwc
For the versions available, see the queen_move.
- Vladislav Kolyadenko - Main developer - VladKk
- I only learn programming and the project may have a lot of bugs and mistakes, so don't judge strictly:)
- The program was developed and tested on Ubuntu and I don't know how it works on other systems