Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 675 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 675 Bytes

24 Solver game

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.

Getting Started

  • GNU g++ compiler

How To Run

Users can run the 24solver.exe file in the bin folder.

Users can also compile the 24solver.cpp file in the src folder themselves :

  1. Open a terminal
  2. Type g++ -o 24solver.cpp
  3. Run .exe

Author

Irsyad Nurwidianto Basuki / 13521072