How do I make a simple level system?
Posted
by
ROROX
on Game Development
See other posts from Game Development
or by ROROX
Published on 2012-09-24T09:11:13Z
Indexed on
2012/09/24
9:51 UTC
Read the original article
Hit count: 239
I've been learning programming for a while and things are slow but steady. I only have a couple experiments that look something like a game (JavaScript,HTML5,CANVAS). One of the things I would like to establish this early in my process though is a basic level system to my games. I'm thinking like Atari, NES type simple.
mainMenu , level1 , level2 , ...
Later I'll work on including such screens as; titleScreen , pause , highScore. But for now just looking for the basics.
Any good articles/tutorial links would help. Or just a snippet of code I can look over.
Thank you kindly :)
© Game Development or respective owner