https://github.com/andrefcruz/feup-laig
Project developed for 'Graphical Applications Laboratory', a third year subject @FEUP. Made in collaboration with @edgaracarneiro.
https://github.com/andrefcruz/feup-laig
board-game feup javascript prolog webcgf webgl
Last synced: about 2 months ago
JSON representation
Project developed for 'Graphical Applications Laboratory', a third year subject @FEUP. Made in collaboration with @edgaracarneiro.
- Host: GitHub
- URL: https://github.com/andrefcruz/feup-laig
- Owner: AndreFCruz
- License: mit
- Created: 2017-09-26T11:31:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T22:12:57.000Z (over 7 years ago)
- Last Synced: 2025-02-13T00:20:20.473Z (3 months ago)
- Topics: board-game, feup, javascript, prolog, webcgf, webgl
- Language: JavaScript
- Homepage:
- Size: 92.9 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FEUP-LAIG
This project was developed for "Graphical Applications Laboratory", a third year unit of the Master in Informatics and Computing Engineering, at FEUP.## Projects 1 & 2
## Project 3 - Fabrik
### Usage
After cloning the repository, to start the javascript client simply run the ```start_client.sh``` script
```shell
sh start_client.sh
```...and to start the prolog server, change directory - ```cd TP3``` - to TP3 and run the ```start_server.sh``` script
```shell
sh start_server.sh
```Next, navigate to ```http://localhost:8080/TP3/``` on your favourite browser.
### Full Game (AI vs AI)

### End of game :D
### Rules
* [User Manual](TP3_User_Manual_Full.pdf)
* [Official Website](https://spielstein.com/games/fabrik/rules)### Videos
A couple videos depicting the Fabrik game in action: [AI vs AI](https://youtu.be/qEJ9NYvd9WE), [Full Game](https://youtu.be/7sAkZJNuWGQ), [Game Film](https://youtu.be/HmcvoYcAfPo) and [Two client instances on the same server](https://youtu.be/3soJRlQXfEw).## Authors
* André Cruz – [@AndreFCruz](https://github.com/AndreFCruz)
* Edgar Carneiro – [@EdgarACarneiro](https://github.com/EdgarACarneiro)