Skip to content

GAIB20/tugas-besar-logika-komputasional-2022-eksplor_sendiri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Visual Studio Code

Tugas-Besar-Logika-Komputasional-2022

Table Of Contents

Eksplor Sendiri Monopoly Project

Our team's (Eksplor sendiri) take on a Monopoly game-project, made using GNU Prolog. This Project features a lot of the features in GNU Prolog, such as Recurrence, List, Cut, Fail, Loop, Conditionals, etc.

This project aims to practice what we have learn about Relational logic, and Computational Logic in general, from class, practice, and explorations. Thus, our name, Eksplor Sendiri, reflects our vision in this Project, it is to Explore the world about logic and Prolog ourselves, and make the most fun, and creative game that we can think of, making a twist on the classical Monopoly game.

Getting Started

To run, the program, download the repository on your device, and then make sure that you have GNU Prolog installed.

You can install GNU Prolog here

After that, change the Directory on the GNU Prolog to the directory of the downloaded repository then /src.

in GNU Prolog, to compile the program, use: [main]. Then, to start the game, use: start.

Eksplor Sendiri's Member

NIM NAME FEATURES
13521045 Fakhri Muhammad Mahendra Tax, Free Parking, World Tour, Main Program
13521060 Fatih Nararya RI Player Asset, Dice, Jail
13521089 Kenneth Ezekiel Suprantoni Chance Card, Player Card, Chance Card Bonus
13521093 Akbar Maulana Ridho Player Balance, Rent, Bankruptcy
13521101 Arsa Izdihar Islam Map Fact, Map, Player Location, Minigame

Features

  • Map
  • Chance Card
  • Location
  • Property
  • Dice
  • Buy
  • Rent
  • Minigame
  • Buildable Go

Program Structure

.
│ 
├── doc
│   └── MILESTONE 1_Pembagian Tugas.txt
│   └── MILESTONE 1_Rencana Fakta Rule dan Progress.txt
│   └── MILESTONE 2_Pembagian Tugas.txt
│   └── MILESTONE 2_Rencana Fakta Rule dan Progress.txt
│ 
├── src
│   │
│   ├── aset.pl
│   ├── chancecard.pl
│   ├── command.pl
│   ├── dice.pl
│   ├── jail.pl
│   ├── list.pl
│   ├── main.pl
│   ├── map.pl
│   ├── minigame.pl
│   ├── player.pl
│   ├── rent.pl
│   ├── taxes.pl
│   ├── turns.pl
│   └── worldtour.pl
│  
└── README.md  

Links

About

tugas-besar-logika-komputasional-2022-eksplor_sendiri created by GitHub Classroom

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages