Skip to content
Artur Zubilewicz edited this page May 18, 2018 · 55 revisions

Welcome to the Cheap-Cleaning-and-Cleaning wiki!

Here are some useful links:

JavaFX and others

LibGDX

LibGDX setup

  • In IntellIJ press File > Settings > Appearance & Behaviour > System Settings > Android SDK > Android SDK Location > Edit > Next > OK to install Android SDK
  • For new project (Project Setup Gradle):
    • Download LibGDX project setup tool
    • Go to download directory and run java -jar ./gdx-setup.jar
    • Enter Android SDK location (from the first step)
    • Generate
  • Import project into IntellIJ by selecting build.gradle from the project directory (Gradle and Intellij IDEA)
  • Check Use auto-import and uncheck Create separate module per source set and press OK
  • Don't update Gradle or Gradle plugin when asked!

Application design

Game loop

Menu design

States

Input/event handling

Rendering

Graphics/Sprites

Music

Fancy intro

Markdown

Git

IntellIJ