Skip to content

Dogacel/CS319-2C-SW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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