You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Arduino_GameConsole
2
2
3
+
Version 0.5.1-b is now realeased
4
+
3
5
## Introduction
4
6
The original idea about this project was to play the game **Pong** on an arduino.
5
7
The first problem was how to display the game. The easiest solution for this problem was to use an 8x8 one-color LED matrix (I used four LED matrices in a row because I had nothing else lying around), but a future improvement could be to use a RGB matrix (maybe 16x16).
@@ -44,7 +46,7 @@ Another thing that changed is the overall difficulty. Because the display size h
0 commit comments