Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creationix/node-sdl
/ Chaser.js
File
Chaser.js
examples/Chaser.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
SDL = require(
'../sdl'
);
2
3
SDL.init(SDL.INIT.VIDEO | SDL.INIT.JOYSTICK);
4
process.on(
'exit'
,
function
() { SDL.quit(); });
Callers
nothing calls this directly
Calls
1
shuffle
Function · 0.85
Tested by
no test coverage detected