catengine is a powerful & easy to use engine for android.
It encapsulates the functions commonly used in 2D-game development,
like gravity, sprites, touch functions, music, animations ...
- create fast&easy 2D games/apps
- animation/movement/rotation etc of images πΉοΈ
- automatic scaling for every resolution π±
- music & sound support π
- multiple screens support (e.g. intro-, menu-, game-, optionsscreen)
- completly customizable π§
- Download the engine folder.
- Import the folder into your app project (@src).
- Fix the imports depending on your app/package name.
- Code your screens.
- Create GameStart.java to load your screens.
- Your app now runs catengine!
Take a look at the example! You can run it on your android phone! βοΈ
Just download the ExampleApp, import it into your Android Studio, plug in your phone and press play!
This game was made with catengine too:
https://play.google.com/store/apps/details?id=catgames.engine
- add automatic positions (screen independent) β
- add automatic gravity functions β
- better touch functions β
- savings support β
- add IDE documentation support βοΈ
It is possible to test out some new features that aren't public yet, check out the develop-branche!