Skip to content

Room viewer application for university assignment. Includes inventory and GUI, reading data from JSON.

Notifications You must be signed in to change notification settings

martinstarkov/virtual-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Room Viewer Application

How to customize

  1. Navigate to project_directory/src/main/resources/
  2. Find the file called sectors.json, add wanted sectors/items to this file.
  3. Make sure the corresponding sector/item images are placed in the same directory.
  4. Build and enjoy!

How to build

  1. Open directory as project in Java IDE such as IntelliJ IDEA.
  2. Navigate to the gradle tab (usually on the right side).
  3. To build an executable file, find and run the "jar" option under the "ippo" group.
  4. It is also possible to simply select run to launch the program through the editor (if jar is not desired).
  5. Runnable jar file can be found in project_directory/build/libs/

About

Room viewer application for university assignment. Includes inventory and GUI, reading data from JSON.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages