Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(7 edits)

Now a bit about our Toolkit:

  • IDE: IntelliJ
  • Graphics: Affinity Designer and PhotoShop
  • Sound: ??? don't know yet
  • VCS: GitHub(will be public when finished)
  • Communication and Planning: Slack and Trello
  • Engine: Custom LibGDX-Engine
  • Physics: Box2D

I'm building a basic engine framework which consists of an engine-class, a screen class, and an actor-class.

The game will consist of screens, that are a collections of actors. The actors contain the actual game logic and will be rendered on the screen.

I hope I'm not overcomplicating this yet.