Code edit (1 edits merged)
Please save this source code
Code edit (1 edits merged)
Please save this source code
User prompt
Breath Runner
Initial prompt
**Breath Runner** - Control your character's movement by breathing into your microphone - gentle breathing for walking, harder breathing for running, and holding your breath to sneak.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});