ID:157419
 
I'm trying to make my own game, from scratch.

What should I start with?

Map? Procs? Vars?

Thanks.
Goldengohan wrote:
I'm trying to make my own game, from scratch.

What should I start with?

Map? Procs? Vars?

Thanks.

http://www.byond.com/developer/articles/start
Icons. They're good for motivation if you can actually SEE the stuff you've programmed in. You can start a project iconless no doubt, but I find it to be depressing after a while.

Then all the behaviours (Move(), Login(), Logout(), New(), Del(), Save()) affecting the player. After this, you've got a base system set up and you can basicly start with whatever you want.