MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-578996.py

File recipe-578996.py

recipes/Python/578996_Snake_the_game/recipe-578996.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python
2# -*-coding:utf-8-*-
3import pygame,sys
4import win32api,win32console,win32gui,codecs

Callers

nothing calls this directly

Calls 6

game_introFunction · 0.85
gameLoopFunction · 0.85
initMethod · 0.45
loadMethod · 0.45
playMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected