ForumsProgramming ForumHelp: How do you create a game!!!

20 7424
TheAKGuy
offline
TheAKGuy
995 posts
Nomad

Haven't ever created one, would like to, please help!

  • 20 Replies
BeastMode10
offline
BeastMode10
374 posts
Nomad
TheAKGuy
offline
TheAKGuy
995 posts
Nomad

Sorry, but the Main Forum is not specific enough! Is it free? How do you create a script? HELP!

BeastMode10
offline
BeastMode10
374 posts
Nomad

And seeing as you're 12 years old, you should probably start programming BASIC languages before you tackle OOP and AS.

In fact, it'll be a while before you make your first game.

Good luck.

Darkroot
offline
Darkroot
2,763 posts
Peasant

Uhhh do you even read the stickys?

Go download python (free) and play around with it till you can make functions and simple text based games. Then you can continue on either Java or Action script. Also if your not willing to either have a career in it or spend hours on it, then forget it.

TheAKGuy
offline
TheAKGuy
995 posts
Nomad

Alright, I deserved the criticism, (Oh, and I'm ten. HA!) and thank you for the tips!

manny6574
offline
manny6574
922 posts
Nomad

Ok, when I saw the stuff about BASIC and Python first I was.. Umm.. suprised.

I don't think python is much like AS3, but then neither do I know it well. But I know that Python depends on indents, not like as3. Also Python is a bit like... what's it called. Ahh.. you can do it with instanty executed one-line programs. Not AS3 at all.

I'd say dip straight into AS3, get some video tutorials off lynda.com/me(email on profile). And then get a book like: 'Learning ActionScript 3.0' or 'ActionScript 3.0 Game Programming University'.

If you google for good ActionScript books then the first that will probably come up is 'Essential ActionScript 3.0'. It's a good book but not for you get it after you know quite a bit of AS3. I'm saying this because that book is not really for begginers. And to umm.. hard to read for your age(not meant to be anything else but good advice, I find it a slightly difficult book to read).

FinnDragon
offline
FinnDragon
993 posts
Blacksmith

I have heard (I dont know is this true) that with Game Maker programm you can create games rather easyly without coding.And its free to load!

Darkroot
offline
Darkroot
2,763 posts
Peasant

Ok, when I saw the stuff about BASIC and Python first I was.. Umm.. surprised.


BeastMode10 was refering to easy to learn languages and I put python up because it is easy.

But I know that Python depends on indents, .


It teaches you good coding style with indents.

Also Python is a bit like... what's it called. Ahh.. you can do it with instant executed one-line programs. Not AS3 at all.


No true. You can make full dynamic programs with python.

It's a good book but not for you get it after you know quite a bit of AS3. I'm saying this because that book is not really for begginers. And to umm.. hard to read for your age(not meant to be anything else but good advice, I find it a slightly difficult book to read).


AS3 is really not for beginners.

Fact is you can can try and learn as3 but it would be much harder and you will ultimately learn less and possibly develop bad habits.

I have heard (I dont know is this true) that with Game Maker programm you can create games rather easyly without coding.And its free to load!


Yeah that probably the best choice for inexperienced people.
manny6574
offline
manny6574
922 posts
Nomad

No true. You can make full dynamic programs with python.


Yes true. What I meant is it had the possibility. I didn't say you cant make full programs. Plus, I knew you'd say that.

AS3 is really not for beginners.


Woah. I'll give you something that's not for begginers: C++.

I think that AS3 is very much for begginers as the function names are easy to understand and most of the vocabulary(code name stuff) almost makes perfect sense in plain english. Examples: addEventListener, Math.sin/cos/random, toString.



As for BASIC, can somebody point me to resources to expand my knowledge about it? Cos the most I got in touch is when I was 10, which was just about 10 commands in DarkBASIC which made almost no sense to me.
Darkroot
offline
Darkroot
2,763 posts
Peasant

Woah. I'll give you something that's not for beginners: C++.


That's obviously not for beginners :P.

AS3 isn't really, there are much better languages to start out with.
manny6574
offline
manny6574
922 posts
Nomad

Well, I haven't seen any better ones than AS3 yet

Darkroot
offline
Darkroot
2,763 posts
Peasant

Python is what most schools use for teaching introductory programming.

BeastMode10
offline
BeastMode10
374 posts
Nomad

I suppose it depends on your mindset, TheAKGuy. If you have enough motivation to immediately learn ActionScript, then you should probably get started as early as possible. Else, you might want to consider easier languages to start out with.

If I were you, I'd start out with basic stuff, and maybe if you find it too easy, then you could move onto more advanced topics, like AS3.

manny6574
offline
manny6574
922 posts
Nomad

I suppose it depends on your mindset


I think definately does. Personally I consider Python quite hard. After I installed it I didn't know how to make any thing bigger than a one-line program through the shell. Plus I didn't know how to make the .py files comlie/run. So for the time being I quit and decided to learn it later.
Darkroot
offline
Darkroot
2,763 posts
Peasant

All you have to do is open your favourite text editor write out your program save it as a .py and run it.

Showing 1-15 of 20