Skip to content

Jimly-Firdaus/24-Card-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

24 Card Game Solver

Tugas Kecil 1 IF2211 Strategi Algoritma
Penyelesaian Permainan Kartu 24 dengan Algoritma Brute Force

Table of Contents

General Information

Permainan kartu 24 adalah permainan kartu aritmatika dengan tujuan mencari cara untuk mengubah 4 buah angka random sehingga mendapatkan hasil akhir sejumlah 24.

How To Run

Run Using Windows Batch File (Recompile)

  1. Locate the run.bat batch file (on the root of this project).
  2. Double click run.bat.

Run Manually with Console

cd bin        # move to bin directory
java main     # run the .class file

Tech Stack

Programming Languange

  • Java (openjdk 18.0.2.1)

Requirements

  • openjdk 18.0.2.1 2022-08-18

Project Structure

.
│   .gitignore
│   README.md
│   run.bat
│
├───bin
│       main.class
│
├───doc
│       Tucil1_K2_13521102_Jimly Firdaus.pdf
│
├───src
│       main.java
│
└───test
        testCase4.txt
        testInput.txt
        testRandom1.txt
        testRandom2.txt
        test_case1.txt
        test_case2.txt
        test_case3.txt
        test_case5.txt
        test_case6.txt

Credits

Creator: Jimly Firdaus (13521102)