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!