[Settings] [Home] [Contact] [Catalog] [Search] [Thread list] [Report] [Watcher] [PMs] [Admin]
[Return]

Report a post

Preview
>>187416


Old gameloft games like your pic are made on Java (different to javascript), and built for J2ME platforms. It's an outdated technology, but if you want to develop for mobile using J2ME, here's a tutorial: https://www.youtube.com/watch?v=AMI7B-K0x3g

You want to make WEB games though, which J2ME isn't built for. Can't use raw HTML since it's very limited, but there is a variety of other ways to do this. You can still make old j2me looking games using these newer methods.

If you dont want to bother with code try GDevelop:
https://gdevelop.io/
https://www.youtube.com/watch?v=XxeD_2nTyHI < tutorial


If you don't mind learning to code, try Javascript + a framework of your choosing:
- Kaplay (Easy to learn, may be harder to make complex games, no 3d)
https://kaplayjs.com/
https://www.youtube.com/watch?v=KHxX0CgMGs4&t=8824s < tutorial

- Phaser (Slightly harder to learn, but better known, and better with complex games, has 3d)
https://phaser.io/phaser4
https://www.youtube.com/watch?v=0qtg-9M3peI < tutorial


If you really want to be special, try learn Haxe + HaxeFlixel.
https://haxeflixel.com/
https://haxeflixel.com/documentation/tutorial/ < written tutorial
https://www.youtube.com/watch?v=Ydh4N22WcBI&list=PLS9MbmO_ssyBcgdfrd4beEUeQtsdvM2st < youtube tutorial


Good luck. come back with a game now no more begging ( ´,_ゝ`)
Post number No.187421
Board Off-Topic@Heyuri
Optional. Describe what's wrong with it.