Ludum Dare 33 entry
- download gradle.zip
- extract zip and put in C:/Programs/gradle or /Applications/gradle
- add GRADLE_HOME/bin to your path (...;C:/Programs/gradle/bin)
- test by opening a shell and type 'gradle --version'
- open Intellij
- go to Settings->VersionControl->GitHub
- host: https://github.com
- authType: Password
- put in your username and password for GitHub
- click the 'Test' button
NOTE: after going through this process you might have to enable VersionControl
on the projects if it doesn't happen automatically. It is kind of a pain,
but you have to go to Settings->VersionControl and then there is an option in
that menu for each project to set the version control to Git. Not sure why,
but this only seems to happen SOME of the time.
LINK: (https://www.jetbrains.com/idea/help/associating-a-project-root-with-a-version-control-system.html)
- Create directory LD33 (I put mine in ~/Documents)
- Open up IntelliJ
- Select 'Check out from Version Control'->'GitHub'

- Type in your version of paths, but keep names the same

- Click 'OK'

- Put in relative paths for your gradle and jdk setup

- Project should open and project structure should look like:

- Navigate to location in picture and right click, select 'Run Application.main()'
1- The game should build, compile, and run and you should see this (or at least something):
