Tugas Besar Logika Komputasi IF2121. Pada tugas besar ini kita diminta untuk membuat sebuah game yang memiliki banyak spesifikasi dengan bahasa prolog. Made with <3 from GalaxyS22.
Nama | NIM |
---|---|
Ahmad Alfani Handoyo | 13520023 |
Muhammad Garebaldhie ER Rahman | 13520029 |
Aditya Prawira Nugroho | 13520049 |
Felicia Sutandijo | 13520050 |
- GNU Prolog (Windows GUI program or UNIX CLI program)
- Menggunakan WSL (Windows Subsystem for Linux) untuk Windows
- Menggunakan terminal untuk UNIX-based system
- Install gprolog
- For windows go to
http://www.gprolog.org/
- if you are in UNIX based system install it with your package manager (ex:
sudo apt install gprolog
for linux andbrew install gnu-prolog
for mac users) - Go to src folder and run program with:
- If you're using UNIX based system, use linux terminal and change your directory by using
cd <Your-directory>/<Game folder name>/src
- If you're using Windows, use WSL or bash and change your directory by using
cd <Your-directory>/<Game folder name>/src
- If you're using UNIX based system, use linux terminal and change your directory by using
- Type
gprolog
in the terminal and then type[main].
to compile the program in GNU Prolog. - To start the game type
startGame.
in the prolog command line