MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / main.py

File main.py

projects/Snake Game/src/main.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from game import Game
2
3if __name__ == "__main__":
4 game = Game()

Callers

nothing calls this directly

Calls 2

GameClass · 0.90
game_loopMethod · 0.45

Tested by

no test coverage detected