Skip to content

temple2018/Galaxia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c152bbd · Aug 28, 2018
Aug 9, 2018
May 28, 2018
Aug 3, 2018
Aug 28, 2018
Aug 28, 2018
Aug 3, 2018
May 31, 2018
Aug 28, 2018
Aug 15, 2018
May 28, 2018
May 28, 2018
May 28, 2018

Repository files navigation

NOT ACCEPTING FURTHER PR's TY!

Temple Galaxia

Screenshot

To Run

./gradlew run

Requirements

Java 8, if you don't already have it on your system:

  • Debian/Ubuntu
    sudo apt-get install openjdk-8-jre
    
  • Fedora/RHEL/Oracle
    su -c "yum install java-1.8.0-openjdk"
    
  • OSX
    brew cask install caskroom/versions/java8
    
  • Windows
    • Let us know!

IntelliJ Setup

This is a gradle project so intellij should automagically just Work with a few clicks.

Note: tested with intellij 2018.1.2

  • Checkout repo
  • File > New > Project From Existing Sources
  • Select Galaxia directory
  • Hit "Import project from existing model" > "Gradle" and use the defaults
  • Finish
  • Intellij will then run gradle pulling in dependencies and building the project
  • Create the run configuration
    • View > Tool Windows > Gradle
    • Open up Galaxia > Tasks > application
    • Double click on "run"
    • P3LX window should appear
    • You can now hit the run to start the project up

Special thanks to