Skip to content

24 Solver Card Game with brute force algorithm using C++

Notifications You must be signed in to change notification settings

irsyadnb/24-Solver-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

24 Solver Card Game with brute force algorithm using C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages