Skip to content

Checkers game using minimax algorithm and alpha-beta prunning. Final project of Intelligent System Course.

Notifications You must be signed in to change notification settings

gagahpangeran/checkers-sc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkers Game

Repositori untuk proyek Sistem Cerdas Kelompok Dadakan

Repo

https://gitlab.com/kelompok-dadakan/checkers-game

Live Version

https://checker-sc.netlify.com/

Anggota

Anggota Kelompok:

  • Ardanto Finkan Septa
  • Daniel Anderson Estefan
  • Gagah Pangeran Rosfatiputra

How to run

  • Install npm dan yarn.
  • Clone repo ini.
  • Buka terminal/cmd di folder root repo ini.
  • Jalankan perintah yarn dan semua dependency yang dibutuhkan akan terinstall.
  • Jalankan perintah yarn start lalu buka localhost:3000 di browser.