48 Commits (d90a28518028354fc558972788017e5b1cca2441)
 

Author SHA1 Message Date
Isabell Pflug d90a285180 🚧 Added highscore functionality 2 years ago
Isabell Pflug 0e53d9bf3b 🐛 Got rid of false positive lambda warning in connect 2 years ago
Isabell Pflug da31974744 💄 Made borders even darker 2 years ago
Isabell Pflug 4fc8860bfb 💄 Removed unneccessary sleep 2 years ago
Isabell Pflug c01b6fddb4 🚧 Added provisional "Game over" status text 2 years ago
Isabell Pflug 576295b049 📝 Mentioned c++20 underneath "dependencies" 2 years ago
Isabell Pflug 21776a7162 💄 Re-added borders in color palettes 2 years ago
Isabell Pflug d1de26b0c0 🐛 Fixed the disabled window when starting a new game 2 years ago
Isabell Pflug 1af86b4542 🐛 Moved disabling and re-enabling of the MainWindow to the correct location 2 years ago
Isabell Pflug 6e44546e97 💄 Made color palettes coherently 2 years ago
Isabell Pflug d0f29a3795 🧑‍💻 Added an extra header for the usleep function just to make really sure 2 years ago
Isabell Pflug 8217c9b457 📝 Updated screenshot to show how a running game looks like 2 years ago
Isabell Pflug e6db1caa2b 🐛 Fixed duplicated overlaying button glitch 2 years ago
Isabell Pflug 643939180d 🐛 Fixed checking of empty columns 2 years ago
Isabell Pflug f8d9eb1a50 🎉 Added previously forgotten bubbleRight function. Now it seems to be really done! 2 years ago
Isabell Pflug 73a25cd618 🐛 Fixed disabled buttons bug 2 years ago
Isabell Pflug ecf2c9f555 🎉 IT WORKS 2 years ago
Isabell Pflug 2f5984e36c 💄 Improved default colour scheme once more 2 years ago
Isabell Pflug 92e9699120 🔥 Removed unneccessary icon 2 years ago
Isabell Pflug 6927789f1b Added deletion of clicked cells after getting scored 2 years ago
Isabell Pflug 8e4d58372f Score gets updated correctly now
This means that the Score functionality is entirely complete now!
2 years ago
Isabell Pflug e5ad6e110f Finished getConnected functionality
You can now fill all cells with stars that have at least one neighbour
2 years ago
Isabell Pflug 5e4eac29a7 🚧 Added basic cell group functionality (not entirely working yet) 2 years ago
Isabell Pflug 6d40409314 ⬆️ Upgraded to c++20 (wtf why wasn't that default) 2 years ago
Isabell Pflug c05fdd2265 Added button matrix to keep track of the game boxes 2 years ago
Isabell Pflug 89d36717d5 🐛 Fixed default value for color list 2 years ago
Isabell Pflug 6f19708003 📝 Updated screenshot to fit new default color scheme 2 years ago
Isabell Pflug 606578e9f7 💄 Changed default colours 2 years ago
Isabell Pflug e3c6001af0 🐛 Fixed default colors and button style 2 years ago
Isabell Pflug a0c96414b9 🐛 Fixed name of example config file 2 years ago
Isabell Pflug 05aa5f7026 📝 Added screenshot of game 2 years ago
Isabell Pflug fb7e201cef 🙈 Created .gitignore 2 years ago
Isabell Pflug 8cbbf77a31 📝 Created README.md for project 2 years ago
Isabell Pflug 79dbb350ba 🚚 Moved ThinkPink out of its subfolders 2 years ago
Isabell Pflug e3c2f36358 💄 Added dialog for starting a new game 2 years ago
Isabell Pflug b016f77cae 🐛 Initialising settings *after* initialising the QApplication now 2 years ago
Isabell Pflug ef147f6655 🔥 Removed redundant vertical layout 2 years ago
Isabell Pflug 336f556b99 ♻️ Moved core game mechanic to its own class 2 years ago
Isabell Pflug c004cb2cbb Initialised game grid with colors 2 years ago
Isabell Pflug 8a381d011b Introduced empty button grid 2 years ago
Isabell Pflug dbb1bc84ff 🎨 Improved beauty 2 years ago
Isabell Pflug 4183632f93 ⬆️ Now requiring qt6 2 years ago
Isabell Pflug cd877e33df 🔧 Improved search for config file 2 years ago
Isabell Pflug 1e231443c3 🔧 Added default values for config 2 years ago
Isabell Pflug 8d184379d7 💄 Added some icons, added some initialisation functions 2 years ago
Isabell Pflug 3fada1ccd8 Embedded unique pointer for QSettings 2 years ago
Isabell Pflug 55125b7dd2 Added config file for game setup 2 years ago
Isabell Pflug 5b183e397c Initialised empty qt6 project for assignment no. 6 2 years ago