Skip to content

albert-ce/SnakeXplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SnakeXplorer Logo

SnakeXplorer: Play snake in your file explorer πŸπŸ“

SnakeXplorer is a Python script that brings the classic Snake game to your file explorer. It generates a grid of images that update in real-time, letting you experience the game right in the directory.

Installation and Setup

1. Clone the repository

git clone https://github.com/albert-ce/SnakeXplorer.git
cd SnakeXplorer

2. Set up a virtual environment

python3 -m venv venv

3. Activate the virtual environment

  • On Windows:
    venv\Scripts\activate
  • On Mac/Linux:
    source venv/bin/activate

4. Install the requirements

pip install -r requirements.txt

Running the Game

To play, just run the following:

python game.py

Then, follow the terminal instructions to start playing.

License and Attributions

This project is licensed under the MIT License - see the LICENSE file for details.

This source code uses third-party libraries. To see the attributions, check the ATTRIBUTION.md file.

About

Play snake in your file explorer πŸπŸ“

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages