Skip to content

if13518138/Halma_Checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tugas Besar 1 IF 3170 Intelejensi Buatan


Anggota

Jovan Karuna Cahyadi | 13518024 Tony Eko Yuwono | 13518030 Stefanus Stanley Yoga Setiawan | 13518122 William | 13518138

How to setup

  1. Install virtualenv if you haven't
pip install virtualenv
  1. Create a virtualenv
$ virtualenv venv
  1. Activate the env
  2. Download required dependencies

Activate env for python:

  1. For windows
$ venv\Scripts\activate
  1. For macOS / Linux
$ source venv/bin/activate

Download required dependencies:

pip install -r requirements.txt

Adding dependencies

$ pip freeze > requirements.txt

Available scripts :

Simply just run this command to play this game, even you don't have the dependencies installed : Windows :

run.bat

Linux/MacOS:

run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Other 1.0%