This program is used to solve the 24 card game by providing all possible solutions that can be obtained. The program uses the Brute-Force algorithm with the C++ language. Users can choose whether to enter four input cards or choose the program to generate four random cards. Users can also choose whether to save the solutions in a .txt file or not.
- GNU g++ compiler
Users can run the 24solver.exe file in the bin folder.
Users can also compile the 24solver.cpp file in the src folder themselves :
- Open a terminal
- Type g++ -o 24solver.cpp
- Run .exe
Irsyad Nurwidianto Basuki / 13521072