-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Artur Zubilewicz edited this page May 6, 2018
·
55 revisions
Here are some useful links:
- 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
Enable auto-import
and uncheckCreate separate module per source set
and press OK - Don't update Gradle or Gradle plugin when asked!
- Pattern for menu and submenus
- How should I structure my menu / game loop?
- What is the best way to make a main menu system?
- How to design a multi-step game menu system?
- Abstract Singletons? and Safe Publication and Safe Initialization in Java (Singleton factory)
- Finite-State Machine
- GameState management hierarchical FSM vs stack based FSM