I have few ideas for really simple games that I want to try and code.
I know C/C++/Java/PHP/AS3/Python and few more (and learning a new one isn't really a problem).
I'm looking for a game engine that can give me these features:
- cross platform (possibly write once run anywhere solution) simple development env that runs on win 7 (or linux, but I prefer win 7)
- I need access to in-app purchases/ads/splash screen and any other way to monetize
- facebook/whatsapp integration (simple share options, or invite friends in fb)
- ability to connect to database (mySql)
- ability to connect to some sort of server (TCP/IP, or just fetch any data from certain URL)
- 2d graphics, simple lines and shapes drawing, text and numbers writing
- most games have timers, so I need good response time when clicking a button or any other place on the screen (i guess that rules out Phonegap)
try to think I want to develop a simple card memory game with 5 seconds timer for each time you try to get a pair.
any ideas?
thanks!