Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Fastest way to make a game
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Game Development
View previous topic :: View next topic  
Author Message
proz360
Master Cheater
Reputation: 0

Joined: 04 Dec 2008
Posts: 366

PostPosted: Mon Jul 13, 2009 10:44 am    Post subject: Fastest way to make a game Reply with quote

Fastest way to make a game? Not as simple as tictactoe.
_________________
ForumLink: www.Computernerdz.tk
Hackin Requires SKILLS!!
Noobs do not hack, Only Proz ____ Hack!!
. . . . . . . . . . . . . . . . . . . . . . . . . .^
. . . . . . . . . . . . . . . . . . . . . . . . . 360
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
LindaLikeWhoa!
Grandmaster Cheater
Reputation: 0

Joined: 10 Jan 2009
Posts: 588

PostPosted: Mon Jul 13, 2009 10:53 am    Post subject: Reply with quote

What kind?Puzzle?quiz?maze?
Back to top
View user's profile Send private message
Cryoma
Member of the Year
Reputation: 198

Joined: 14 Jan 2009
Posts: 1819

PostPosted: Mon Jul 13, 2009 1:15 pm    Post subject: Reply with quote

Game's aren't fast.
Back to top
View user's profile Send private message
Fantasy
I post too much
Reputation: 13

Joined: 29 Jul 2007
Posts: 3113

PostPosted: Wed Aug 05, 2009 4:02 pm    Post subject: Reply with quote

If you want it that fast, it can't be good -> GameMaker is the fastest one I know, and you can do alot with it .. Or not , yet it's fast never the less
Back to top
View user's profile Send private message
isair
Grandmaster Cheater
Reputation: 0

Joined: 28 Dec 2007
Posts: 804

PostPosted: Wed Aug 26, 2009 6:06 am    Post subject: Reply with quote

If you use a program like Game Maker you'll be able to make a game really fast but the sad things is when you write your own algorithm to achieve something you normally can't with your quick game making program that algorithm will run very slow if it includes loops that uses APIs provided with that particular application you are using. My suggestion is that you learn a globally used programming language like C or C++. And if you're asking why not Java or a .NET language like VB .NET or C#, I'll tell you why: It's because your code doesn't get compiled to native machine code and instead it's compiled to byte code that's turned into machine code via a Virtual Machine at run-time (Java translates byte code to machine code JIT(Just in time) while .NET applications are translated into a native executable when you double-click them), this results in slower execution speed (for Java at least) AND byte-code is way too reversible.
Back to top
View user's profile Send private message Send e-mail MSN Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Wed Aug 26, 2009 6:39 pm    Post subject: Reply with quote

isair wrote:
If you use a program like Game Maker you'll be able to make a game really fast but the sad things is when you write your own algorithm to achieve something you normally can't with your quick game making program that algorithm will run very slow if it includes loops that uses APIs provided with that particular application you are using. My suggestion is that you learn a globally used programming language like C or C++. And if you're asking why not Java or a .NET language like VB .NET or C#, I'll tell you why: It's because your code doesn't get compiled to native machine code and instead it's compiled to byte code that's turned into machine code via a Virtual Machine at run-time (Java translates byte code to machine code JIT(Just in time) while .NET applications are translated into a native executable when you double-click them), this results in slower execution speed (for Java at least) AND byte-code is way too reversible.


You don't know what you're talking about, Java / .NET is more than fast enough a game.

PS: many game engines run all their game code through a virtual machine.
Back to top
View user's profile Send private message
isair
Grandmaster Cheater
Reputation: 0

Joined: 28 Dec 2007
Posts: 804

PostPosted: Thu Aug 27, 2009 11:29 am    Post subject: Reply with quote

slovach wrote:
isair wrote:
If you use a program like Game Maker you'll be able to make a game really fast but the sad things is when you write your own algorithm to achieve something you normally can't with your quick game making program that algorithm will run very slow if it includes loops that uses APIs provided with that particular application you are using. My suggestion is that you learn a globally used programming language like C or C++. And if you're asking why not Java or a .NET language like VB .NET or C#, I'll tell you why: It's because your code doesn't get compiled to native machine code and instead it's compiled to byte code that's turned into machine code via a Virtual Machine at run-time (Java translates byte code to machine code JIT(Just in time) while .NET applications are translated into a native executable when you double-click them), this results in slower execution speed (for Java at least) AND byte-code is way too reversible.


You don't know what you're talking about, Java / .NET is more than fast enough a game.

PS: many game engines run all their game code through a virtual machine.


Actually when I tried game maker some years ago I wrote a function that dropped a shadow of the object depending on it's distance from the light source(2D). And it made my computer lag like crazy even though it was a new machine back then.
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Cryoma
Member of the Year
Reputation: 198

Joined: 14 Jan 2009
Posts: 1819

PostPosted: Fri Aug 28, 2009 9:56 am    Post subject: Reply with quote

He's talking about speedily creating a game, not making it run swimmingly.
Back to top
View user's profile Send private message
Fantasy
I post too much
Reputation: 13

Joined: 29 Jul 2007
Posts: 3113

PostPosted: Fri Aug 28, 2009 3:54 pm    Post subject: Reply with quote

Cryoma wrote:
He's talking about speedily creating a game, not making it run swimmingly.


Definately Game Maker then.
Back to top
View user's profile Send private message
Jarvinia
How do I cheat?
Reputation: 0

Joined: 09 Sep 2009
Posts: 1

PostPosted: Thu Sep 10, 2009 10:29 pm    Post subject: Reply with quote

Fantasy wrote:
Cryoma wrote:
He's talking about speedily creating a game, not making it run swimmingly.


Definately Game Maker then.


it really does the job? good tool, i'll try!
Back to top
View user's profile Send private message MSN Messenger
a13x12246
Cheater
Reputation: 0

Joined: 03 May 2010
Posts: 27

PostPosted: Wed Jun 09, 2010 7:38 am    Post subject: Reply with quote

The fastest method would defiantly be game maker. But putting in some time you could use C++ with the DarkGDK extension
Back to top
View user's profile Send private message
CrazyH4x0r
Expert Cheater
Reputation: 0

Joined: 03 Mar 2008
Posts: 224
Location: England

PostPosted: Tue Jun 15, 2010 10:23 pm    Post subject: Re: Fastest way to make a game Reply with quote

proz360 wrote:
Fastest way to make a game? Not as simple as tictactoe.

you could program one in flash/actionscript easily. it doesnt take long to learn and you can be more creative in your game than using game making software. i'd reccomend actionscript 2.0 as its extremely easy to learn (i learnt the basics at age 12).
Back to top
View user's profile Send private message
Dataflashsabot
Newbie cheater
Reputation: 0

Joined: 18 Mar 2010
Posts: 16

PostPosted: Wed Jun 16, 2010 8:29 am    Post subject: Reply with quote

Construct.
Back to top
View user's profile Send private message Send e-mail
3XTR3M1ST
Grandmaster Cheater
Reputation: 0

Joined: 13 Jan 2006
Posts: 621

PostPosted: Wed Jun 16, 2010 9:14 am    Post subject: Reply with quote

transmute!
Back to top
View user's profile Send private message
Cryoma
Member of the Year
Reputation: 198

Joined: 14 Jan 2009
Posts: 1819

PostPosted: Wed Jun 16, 2010 1:52 pm    Post subject: Reply with quote

Stop bumping old solved threads.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Game Development All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites