Page 1 of 1

Is it possible to do a game such as pokemon?

PostPosted: Thu Dec 27, 2007 7:48 pm
by Silvermako
I wanna make a game to a friend but this is the first time i use this thing so i wanna know what type of games i can make and if someone can make me a tutorial it would be great so if anyone can make me a tutorial answer this.

Re: Is it possible to do a game such as pokemon?

PostPosted: Wed Jan 02, 2008 5:27 am
by pyrometal
Well, it is definetly possible to make such games with GE, but if anyone is willing to spend a few days to make a suitable demo of such a game is something a little big to ask... Also, if you're only starting out, I think that you should start with simpler projects to gain experience before you attack that one.

-- Pyrometal --

Re: Is it possible to do a game such as pokemon?

PostPosted: Wed Jan 02, 2008 3:29 pm
by j2graves
the basic movements are all I can tell about now.
up

y = y - 5;

down

y = y + 5;

left

x = x - 5;

right

x = x + 5;

Re: Is it possible to do a game such as pokemon?

PostPosted: Wed Jan 02, 2008 3:31 pm
by j2graves
this should cover a lot of stuff that would be in a pokemon game

http://game-editor.com/forum/viewtopic.php?f=1&t=4665