MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / startPacman

Function startPacman

webcam-transfer-learning/ui.js:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41const statusElement = document.getElementById('status');
42
43export function startPacman() {
44 google.pacman.startGameplay();
45}
46
47export function predictClass(classId) {
48 google.pacman.keyPressed(CONTROL_CODES[classId]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected