Table of Contents (click to expand)
4th Semester Team Project
Software Engineering course at the University of Macedonia
Foititopoli is a variation of the classic board game Monopoly where the player takes the role of a student in the university.
Project built with:
- libGDX Framework: 1.10.0
You can get a runnable jar file of the latest commits here
$ git clone https://github.com/UoM2021-CSC402-Team15/foititopoli
$ cd foititopoli
$ ./gradlew desktop:dist (Linux/MacOS)
or
$ .\gradlew.bat desktop:dist (Windows)
Resulting jar file is in /desktop/build/libs/
$ ./gradlew android:assembleRelease (Linux/MacOS)
or
$ .\gradlew.bat android:assembleRelease (Windows)
WARNING! Resulting apk is unsigned. It will NOT install on Android devices unless you sign it. See more here.
Resulting apk file is in android/build/outputs/apk/release/
You can find documentation for the project here.
JavaDoc is also available here.
When in-game you can press the ` or ~ key to activate the custom debug window. Press the key again to hide the window.
Input the command in the bottom textbox and press Enter to run it.
moves the current player to the designated square
move <side>,<square> ex. move 2,6 (values from 0,0 to 3,9)
Adds the input integer to the total of the current player (use a negative integer to remove)
hours <value> ex. hours -600
Forces the current player to pick a random card
card
Switches to the selected player
select <index> ex. select 3 (index of the player with 1 as the first value)
This project is licensed under the GNU GPL V3.0 - see the LICENSE file for details.