This is a simple Django project that serves a basic "Snake Game" implemented with HTML5 Canvas and JavaScript.
- Simple Snake Game
- Dockerized Django application
- Easy setup and deployment
- Docker
- Python 3.9
Clone the repository:
```sh
git clone https://github.com/airparkchen/Snake_game.git
cd Snake_game
```
Access the application:
after setting up.
Open your browser and go to http://127.0.0.1:8000/
to see the Snake Game.
Use the arrow keys to control the snake. Eat the red apples to grow. Avoid running into the walls or the snake's own body. "# TEST"