d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > How To Create Simple Games?
Add Reply New Topic New Poll
Retired Moderator
Posts: 30,390
Joined: Feb 25 2009
Gold: 113,241.00
Trader: Trusted
Dec 24 2015 04:31am
I would like to create a simple game that can be played on android.

I'm also looking to have in-game credits you can buy and use.

Is there any program out there to create such games? Or do you have to program it from scratch? And how hard is that for someone that's new to this.

Merry Christmas :santa:
Sincerely,
Tandfen
Member
Posts: 226
Joined: Jan 21 2016
Gold: 0.00
Jan 28 2016 07:51am
Quote (Tandfen @ Dec 24 2015 02:31am)
I would like to create a simple game that can be played on android.

I'm also looking to have in-game credits you can buy and use.

Is there any program out there to create such games? Or do you have to program it from scratch? And how hard is that for someone that's new to this.

Merry Christmas :santa:
Sincerely,
Tandfen


Native C, minimal Java
Member
Posts: 3,546
Joined: Jan 28 2006
Gold: 1,584.00
Jan 28 2016 02:58pm
Quote (TaiChiKungFu @ 28 Jan 2016 15:51)
Native C, minimal Java


Why this? Just Java for beginners.

Guess you have to build your game from the scratch. Games is not the easiest one. Will need some years if you don't have any programming experience yet to achieve a good game :(
Member
Posts: 12,786
Joined: May 17 2013
Gold: 4,010.00
Jan 29 2016 10:52am
C#? You need Xamarin. (also works with java)
Otherwise you can code in java with android studio.
Member
Posts: 26,401
Joined: Aug 3 2011
Gold: 21,628.00
Feb 1 2016 06:23pm
The framework is genearlly through a compiler, then you use floodfill to fill the gaps. It's not really easy, as I'm fairly new to programming and I'm having a tough time.
Member
Posts: 3
Joined: Feb 2 2016
Gold: 0.00
Feb 2 2016 01:04pm
Quote (dipdipdip @ 28 Jan 2016 15:58)
Why this? Just Java for beginners.

Guess you have to build your game from the scratch. Games is not the easiest one. Will need some years if you don't have any programming experience yet to achieve a good game :(


C is a very complex language. I think this guy has it right OP
Member
Posts: 1,158
Joined: Oct 5 2010
Gold: 0.00
Mar 6 2016 05:09am
Rpgmaker MV, can export to html 5 - which shouldnt take much effort to get working on android.
and it has a javascript engine so you can customize the game further.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll