Skip to content

    SnakeGame

    Created by
    miya-gamedev
    miya-gamedev

    This is a simple snake game. You can change direction with the four-way controller.

    This game was developed while pair programming with “gemini-2.5-pro-exp-03-25”. Pygame is used for this game.

    If it runs slow, download this game (main.py) and run it in your local environment with the following command.

    pip install pygame
    python main.py