Skip to content

Commit cd4f864

Browse files
authored
Update README.md
1 parent ceee798 commit cd4f864

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Arduino_GameConsole
22

3+
Version 0.5.1-b is now realeased
4+
35
## Introduction
46
The original idea about this project was to play the game **Pong** on an arduino.
57
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
4446
## Roadmap
4547

4648
### Version 0.6.0
47-
This is the currently work-in-progress-version.
49+
This is the currently work-in-progress-version.
4850
Upgrading for using RBG matrices.
4951

5052
### Version 0.7.0

0 commit comments

Comments
 (0)