Commit Graph

17 Commits

Author SHA1 Message Date
a57c821530 Fix dictionaryFile 2024-09-12 22:33:48 +02:00
b026cb63bd Imports 2024-09-12 22:30:21 +02:00
7611d51bc4 Fix points + computerPlay
- computerPlay was iterating over an empty word
- Boggle::getPointsForWord was using std::min instead of std::max
2024-09-12 22:26:57 +02:00
316e212ab4 getter for user played words 2024-09-12 16:29:05 +02:00
20db1bdcce User insert 2024-09-12 16:06:50 +02:00
5c1e5fabd1 Computer algorithm 2024-09-12 15:54:47 +02:00
50a34e88e4 points for word 2024-09-12 14:56:34 +02:00
f4fc4fa5bd More hungarian notation
https://en.wikipedia.org/wiki/Hungarian_notation
2024-09-12 14:45:27 +02:00
aaf6902e93 format 2024-09-12 14:41:28 +02:00
9bb0e8823c Long enough 2024-09-12 14:41:16 +02:00
92b62a9990 move constant to header 2024-09-12 14:34:55 +02:00
5eb7c59019 simple utils 2024-09-12 14:33:29 +02:00
3a831b0099 Roll function 2024-09-12 14:24:36 +02:00
12dd509f20 It's really bad to use using namepspace std in the header... 2024-09-11 17:45:30 +02:00
d638edb34a Add macro to have correct path on macOS 2024-09-11 17:44:51 +02:00
dfbceae848 header 2024-09-11 17:36:05 +02:00
b9b11d401e Init 2024-09-11 17:33:32 +02:00