From ae558eab772a1d8b1e5df87138a739646b6fa536 Mon Sep 17 00:00:00 2001 From: Robertofon Date: Thu, 29 Dec 2022 21:11:05 +0100 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..49bd394 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# 1D-pong + +This is an ESP32 (at least that) version of the all well known warareg 1-D Pong game +also known as `one_d_pong`. + +This is a linear pong game where the bat is a home area of about 7 pixels. Depending on +how deep you let the ball run into your home area, the faster it is repelled. If you +fail to press the button in time you loose a point since the ball enters your home. +This version supports a boost button which sacrefies one pixel of your home area in +favor of boosting your ball faster. +