romaniSoldier Publish time 27-11-2019 05:24:18

How to make a game app for mobiles and computers or just computers

My first question:
- Possible to make one game that will work on mobiles and computers? The more platforms the better.

My second question:
- If yes then how?

Eventually i could make a game for computers only but i dont know how...

All i want is to create some simple 3D action game in medieval style with swords and such.

I only have desing idea that I would follow during development.I don't really have much clue about making games or coding.

But I always wanted to make one.

PS. Can RPGmaker do what i said?

Beyeas1940 Publish time 27-11-2019 05:24:19

Hi. RPGmaker can't do that. Only java can do that, and even then its buggy and messy. Java is compile once run anywhere* (but in reality there are errors etc). You can however use an engine or compiler to compile different standalone for each platform (windows,mac,android...). I dont know about RPGmaker export capabilities but Unity probably supports most platforms among all engines. Here's a good tutorial that will get you started with Unity. It also teaches what you descried (sword, medieval, 3D).

He puts too much code in Update() though so have that in mind.The more code there the laggier the game is, cuz it excutes every frame.
Pages: [1]
View full version: How to make a game app for mobiles and computers or just computers