Hi All,
I'm looking for an engine/dev environment that would suit my project. I hope someone can guide me to a starting point.
I have done various coding in my career. Starting with assembly, C/C++ and Java, the closest I got to game dev was a Java click through story game that used fading as the only animation. I am seriously rusty at Java and C++, as I had a non compete clause in my contract and it's been years since I touched any UI design. I know technology has moved on, so I hope someone can help me get up to speed.
The game requirements are as follows.
- Mobile platforms (Android and iOS).
- 2D with animation using sprites.
- Turn based with no need for collision physics, or anything like that.
- Server side account. (login from any device and receive messages when off-line)
- Ability to run events like daily level and give out rewards
- Easy integration of ad services. (banners and full screen video ads)
- in-game shop to remove ads. I was considering having premium version in the play store, but I'd like to give away ad-free for a week for event winners.
I know there are plenty of options out there, but I'm looking for an advice. I'm looking for an engine that enables all of the above and ideally has enough templates and libraries to make my life easy. While I'm a beginner at game dev, I come from a coding background, so I don't mind a bit of a learning curve.
Thanks
Dom