Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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-*-
3
import
pygame,sys
4
import
win32api,win32console,win32gui,codecs
Callers
nothing calls this directly
Calls
6
game_intro
Function · 0.85
gameLoop
Function · 0.85
init
Method · 0.45
load
Method · 0.45
play
Method · 0.45
stop
Method · 0.45
Tested by
no test coverage detected