Game

A single-LED sprite game engine

game.addScore(1);
game.score();
game.startCountdown(10000);
game.gameOver();
game.setScore(0);

See Also

addScore, score, startCountdown, gameOver, setScore

Edit this page on GitHub