ID:163389
 
hi im new here and i need some help making a game if you are interested make a new topic called i accept zhunters challenge and i will give detells
Well for starters Welcome to byond. To start you off on the right foot http://www.byond.com/docs/guide/ This has chapters of the Dream Maker language, which will help you make a good game. Also there is the http://www.byond.com/docs/ref/ as well. Hope these helped you and good luck
Welcome to BYOND's Development world!

The following is a group of guides on how to create BYOND games. I suggest that you read them in the order I list them. Also, read them over VERY carefully.

http://bwicki.byond.com/ByondBwicki.dmb?DosAndDonts (not really a guide, but IMPORTANT!)
http://zilal.byondhome.com/tutorials/zbt.html
http://developer.byond.com/hub/Dantom/YourFirstWorld
http://developer.byond.com/hub/Deadron/StepBYOND

When you have gotten through this stuff, or if you're bored/stuck on it and want to learn to do other things, check out this section on Byond Bwicki:
http://bwicki.byond.com/ByondBwicki.dmb?NewbieQuestions

http://developer.byond.com/docs/guide/ is also another highly useful reference source for beginning BYOND programmers.

Programming a game is NOT something that you'll be able to pick up within a few hours and be churning out the next Dragon Warrior game. It takes some skill, knowledge, and time to be able to do what you want.

It also helps to know another programming language. Personally, I recommend learning Python (www.python.org) for beginners to programming, because it's simple to use, easy to learn, and forces good programming practices. BYOND is also partially influenced by Python itself.

I hope this has helped, and welcome to the wonderful world of software development!