Ever considered developing

This topic is locked from further discussion.

Avatar image for mystic_knight
mystic_knight

13801

Forum Posts

0

Wiki Points

0

Followers

Reviews: 4

User Lists: 0

#1 mystic_knight
Member since 2003 • 13801 Posts

Ever considered developing games for android/iOS.

Me and my mate are actually looking to start making a game. depending on the success of that we might expand, our first project is only going to be small, but we are aiming for strong jrpg like game as our major project.

What about you guys.

Avatar image for NVIDIATI
NVIDIATI

8463

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2 NVIDIATI
Member since 2010 • 8463 Posts

I might make an app or something for fun one day, but I doubt it would go any further.

Best of luck on your game!

Avatar image for mystic_knight
mystic_knight

13801

Forum Posts

0

Wiki Points

0

Followers

Reviews: 4

User Lists: 0

#3 mystic_knight
Member since 2003 • 13801 Posts
Thanks. It started off as curiosity, but now we are discussing all details on what it should entail, im reading up on tutorials on how to program code. Let us know of your app when you are done. :)
Avatar image for NVIDIATI
NVIDIATI

8463

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#4 NVIDIATI
Member since 2010 • 8463 Posts

Let us know of your app when you are done. :)mystic_knight
Yeah, well let me check my to do list...

--------------------------------------------

Dim x As String, y As Integer, z As Integer

x = "procrastinate..."

y = 1

z = 2

Do

ListBox1.items.add(x)

y += 1

z += 1

Loop Until y > z

--------------------------------------------

I'm sure I'll get around to it someday :P

EDIT: But, if I do ever get around to making something I'll be happy share.

Avatar image for gigatrainer
gigatrainer

2029

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#5 gigatrainer
Member since 2006 • 2029 Posts

[QUOTE="mystic_knight"] Let us know of your app when you are done. :)NVIDIATI

Yeah, well let me check my to do list...

--------------------------------------------

Dim x As String, y As Integer, z As Integer

x = "procrastinate..."

y = 1

z = 2

Do

ListBox1.items.add(x)

y += 1

z += 1

Loop Until y > z

--------------------------------------------

I'm sure I'll get around to it someday :P

EDIT: But, if I do ever get around to making something I'll be happy share.

That's not even Java...
Avatar image for NVIDIATI
NVIDIATI

8463

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#6 NVIDIATI
Member since 2010 • 8463 Posts

That's not even Java...gigatrainer
Its just VB fluff, but I think you're missing the point of the joke.

---------------------------

String x;

int y;

int z;

x="procrastinate...";

y=1;

z=2;

do

{

list.addItem(x);

y++;

z++;

} while( z>y );

---------------------------

or something like that...

Avatar image for gigatrainer
gigatrainer

2029

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#7 gigatrainer
Member since 2006 • 2029 Posts
It'll list procrastinate infinitely :P
Avatar image for Fandangle
Fandangle

3433

Forum Posts

0

Wiki Points

0

Followers

Reviews: 3

User Lists: 0

#8 Fandangle
Member since 2003 • 3433 Posts

A while ago I d/l some of the dev stuff, only ever played around with it.

Avatar image for gangstafc
gangstafc

228

Forum Posts

0

Wiki Points

0

Followers

Reviews: 4

User Lists: 0

#9 gangstafc
Member since 2009 • 228 Posts

yeah i did a bit of android programming made a splash screen and the main menu but there is never a good tutorial for android game development. by idea for a game is good but never found a good tutorial to start off from if any had any ideas message me.

Avatar image for SoraX64
SoraX64

29221

Forum Posts

0

Wiki Points

0

Followers

Reviews: 12

User Lists: 0

#10 SoraX64
Member since 2008 • 29221 Posts
or something like that...NVIDIATI
Almost. You'd want the while statement where the do is, and remove the do altogether. like so: while(z > y){ etc }
Avatar image for TwistedShade
TwistedShade

3139

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#11 TwistedShade
Member since 2012 • 3139 Posts

I thought about it, till i realized programming, made my brain hurt. :x

Avatar image for mystic_knight
mystic_knight

13801

Forum Posts

0

Wiki Points

0

Followers

Reviews: 4

User Lists: 0

#12 mystic_knight
Member since 2003 • 13801 Posts
All your code reminds me of the days i did software design :(. I think ive forgotten everything... tutorials its is!
Avatar image for El3ctrosisV2
El3ctrosisV2

180

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#13 El3ctrosisV2
Member since 2012 • 180 Posts
I thought about it briefly. Then realised I know nothing about writing code so I got back to real life.
Avatar image for austi722
austi722

452

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#14 austi722
Member since 2009 • 452 Posts

I'm learning java. I haven't advanced past the create a path thing in the computer>system properties >advanced settings>enviormental variables

I have a Class path,Path,Pathtext didn't know which to change

Avatar image for gangstafc
gangstafc

228

Forum Posts

0

Wiki Points

0

Followers

Reviews: 4

User Lists: 0

#15 gangstafc
Member since 2009 • 228 Posts
follow this guide it will help you on the java thing http://www.mybringback.com/tutorial-series/441/setting-up-jre-on-you-computer-so-you-can-begin-java-programming/ if you still need help message me
Avatar image for AmazonTreeBoa
AmazonTreeBoa

16745

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#16 AmazonTreeBoa
Member since 2011 • 16745 Posts
No. I enjoy playing the games, but I think I would be bored off my ass making the games.
Avatar image for IvanElk
IvanElk

3798

Forum Posts

0

Wiki Points

0

Followers

Reviews: 2

User Lists: 0

#17 IvanElk
Member since 2008 • 3798 Posts
I have made a few apps in the past (no one working on the projects were in their right state of minds). It was basically drunken fun. We made some hentai search engines and such, if you need help with java or anything of the sort PM me, I can even give you someone else's email that I believe that would probably participate with you and your friend in the developing process. I think he has been looking into getting into android developing more and he definitely can program well.
Avatar image for JamesCoote
JamesCoote

26

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#18 JamesCoote
Member since 2011 • 26 Posts

I'm working on an android game at the moment. Full 3D graphics = lots of effort. I'd recommend getting something like Unity3d or Marmalade and having a play around with what you can make, see if it fits with what you're looking to do. If it does, great!

If it doesn't, then you will have a major project on your hands, something not to be entered into lightly