Skip to content

Simple program to calculate available moves for queen

Notifications You must be signed in to change notification settings

VladKk/queen_move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

queen_move

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

Built With

  • C++ - language of program
  • Qt - main platform the project was created on
  • CMake - served to build the project

Contributing

If you have suggestions, write:

Versioning

For the versions available, see the queen_move.

Authors

  • Vladislav Kolyadenko - Main developer - VladKk

Acknowledgments

  • 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

Releases

No releases published

Packages

No packages published