Skip to content
forked from SEPRFVS/FVS2

Like the Train Simulator beta, but even beta

Notifications You must be signed in to change notification settings

keemyb/SEPR-LYS-A3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

The website can be accessed at http://keemyb.github.io/SEPR-LYS-A3 . If you need to modify it, do so in the gh-pages branch. Be aware though that changing to this branch will mean you have to re-import the project (atleast in Intellij IDEA) when you revert back to the 'normal' branches. This is because the ".idea" folder is ignored at will not be restored via git. Alternatives include:

  1. Making a seperate clone just for the web branch (bestest option).
  2. Editing the index.html directly via github (not so bestest option).

Project Set-up Instructions

  1. Clone the repository. It helps. Don't worry about your project files overwriting any other files, Git has been configured to ignore these. If you're using the GitHub tools, also install good old fashioned Git as it integrated with both Eclipse and IntelliJ IDEA to make managing version control easier.
  2. If you will be using eclipse, set your workspace to be the repository root. You should also install the Gradle IDE from http://dist.springsource.com/snapshot/TOOLS/gradle/nightly. You may also find the Git plug-in useful if it is not already installed.
  3. In Eclipse go to File -> Import -> Gradle -> Gradle Project. Choose the taxe folder in the repo and then press Build Model. You should import both Core and Desktop, the taxe project is just a necessary wrapper and will never be used for anything. Click Import and wait patiently.
  4. To set up IntelliJ IDEA, clone the repository into IDEA projects folder. Now open up IDEA and select that you'll import a project from a file/folder. <br/ >Select build.gradle file from <local repository folder>/taxe/core folder. Now IDEA does some importing and downloading.
    To setup run environment:
    Click Run -> Edit configurations...
    Click on + in upper left.
    Select Application and use Desktop for the name.
    Working directory: ../<local repository folder>/taxe/core/assets
    Classpath of module: desktop
    Main class: uk.ac.york.cs.sepr.fvs.taxe.desktop.DesktopLauncher
    You can try clicking on Run (Shift+F10) now and you should see the sample program work :)

About

Like the Train Simulator beta, but even beta

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%