Community

SCI Programming => SCI Community How To's & Tutorials => Topic started by: gumby on June 26, 2012, 08:52:07 PM

Title: Minimum vocabulary for template game
Post by: gumby on June 26, 2012, 08:52:07 PM
Here are words necessary for compiling the template game:

Main.sc: (if you remove the sample code, you don't need these words)
object
hi

Menubar.sc:
color
all
delay
game
done
restart
restore
save

Don't remove these (you'll regret it):
* (anyword)
!* (noword)