Game Development Reference
In-Depth Information
However, the Gradle-based tool ( gdx-setup ) creates a lot file, as shown here:
Observe that our projects are named core , android , desktop , html , and ios .
Additionally, take a note of the build.gradle file. This file is important because
this is the file you need to edit in order to add more dependencies (such as hardware
platform) or new extensions (such as Box2D or Bullet).
Kicking your game to life
Let's take a moment to discuss what a game basically consists of. From a very
high-level point of view, a game can be split up into two parts: game assets and
game logic.
 
Search WWH ::




Custom Search