Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.5 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.5 KB

CS319 Project Group 2C - Seven Wonders

Project Description

Seven Wonders game implementation for CS319 course.

Documents

Build Instructions

NOTE: If you are using the game on a computer which has Turkish as default language, it is not going to work. In order to make it work you can download the latest version on master, or add the following line to the TestApplication line 32 :

    Locale.setDefault(Locale.ENGLISH);

Run compiled version (Linux only)

  • Make sure that you have JRE 11 and have it in your path. (try running java -v)
  • Locate to Github repository releases of the application (https://github.com/Dogacel/CS319-2C-SW/releases)
  • Download the Compiled version.
  • Extract to a folder named SevenWonders.
  • Enter the folder and run start.sh bash script. (Make sure you change its permission to be executable , chmod +x start.sh.
  • The game should start now.

Compile from source