Skip to content

vdabar/LudumDare33

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

374 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LudumDare33

Ludum Dare 33 entry

Setup

Pre-Setup:

Gradle

  1. download gradle.zip
  2. extract zip and put in C:/Programs/gradle or /Applications/gradle
  3. add GRADLE_HOME/bin to your path (...;C:/Programs/gradle/bin)
  4. test by opening a shell and type 'gradle --version'

GitHub and Intellij

  1. open Intellij
  2. go to Settings->VersionControl->GitHub
  3. host: https://github.com
  4. authType: Password
  5. put in your username and password for GitHub
  6. click the 'Test' button

Project setup

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' alt tag
  • Type in your version of paths, but keep names the same alt tag
  • Click 'OK' alt tag
  • Put in relative paths for your gradle and jdk setup alt tag
  • Project should open and project structure should look like: alt tag
  • Navigate to location in picture and right click, select 'Run Application.main()' alt tag 1- The game should build, compile, and run and you should see this (or at least something): alt tag

About

Ludum Dare 33 entry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.9%
  • GLSL 3.1%