From 31f7b8e56981e488570fb769ad1cecccc5f6d409 Mon Sep 17 00:00:00 2001 From: Andrea Date: Tue, 31 Dec 2024 10:57:57 +0100 Subject: [PATCH] Create README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..be6ed59 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Snake Game on Arduino® UNO R4 WiFi + +## Description + +This project implements the classic Snake game on an Arduino UNO R4 WiFi using an LED matrix as the display. The game allows you to control the snake and collect food while avoiding collisions with itself. + +## Components Required + +- Arduino UNO R4 WiFi +- Jumper wires +- 4 buttons to move your snake +- Breadboard (optional) + +## Installation + +1. **Clone the repository:** + ```bash + git clone git@github.com:Dea1993/snake_arduino.git + cd snake_arduino +2. compile it on your arduino + + +## Buttons Cables + +- UP: 13 +- DOWN: 12 +- LEFT: 11 +- RIGHT: 10