Step BYOND

by Deadron
A complete little game with lots of comments explaining exactly how everything works. A great starting point for your own game. [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Deadron.StepBYOND##version=10

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Deadron.StepBYOND##version=10

28531 downloads
Version 2.2
Date added: May 3 2001
Last updated: Sep 7 2012
97 fans
This is a complete (and fun!) little BYOND game, including the source code. The code is filled with comments explaining exactly how the game works.

A good way to start on your first game is to take this code and start changing it to do what you want.

Thanks to TheMonkeyDidIt for the overhaul of this demo!

Thanks to LordAndrew for maintaining it!

Comments

Suicide Shifter: (Jan 3 2021, 5:50 pm)
Just replace throw() with _throw()
and the color variable with _color and it compiles fine.
LILMESSI18: (Feb 23 2016, 9:41 pm)
doesn't compile anymore
Andrillon: (Nov 29 2013, 6:07 pm)
Tested something out: added extra jug so when I got to island paradise, i went back to that kingdom. I found they didn't respawn when killed and i never went back to that "reality" world.
Dark luigi64: (Oct 26 2013, 9:31 am)
^
Black Itachi: (Apr 23 2013, 5:52 am)
Can there be some demonstrations of Mouse controls, more preferably MouseEntered(). And if possible how to use MouseEntered() override a turf/area to move an object.