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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Arduino_GameConsole
2
2
3
-
Version 0.5.4-rc is now realeased.
3
+
Version 0.6.0-r is now realeased.
4
4
5
5
## Introduction
6
6
**Arduino GameConsole** is a code project with the goal of builing a game console with an Arduino.
@@ -49,8 +49,11 @@ There are also a lot of changes according to the bats! The bats are now objects
49
49
Another thing that changed is the overall difficulty. Because the display size has increased by 100% the game speed had to be adjusted. Moreover the whole code was rewritten and a lot of functions and variables had been renamed in a more logical way. There are also new variables and functions for better and more efficient navigation. The program is now also better commented.
50
50
51
51
### Version 0.6.0 (Full version for dual RGB matrices)
52
-
This is the currently work-in-progress-version.
53
-
Upgrading for using RBG matrices.
52
+
I thought that v0.3.0 brought the most significant changes but I was wrong.
53
+
This is the version with the most significant changes by a big margin. Why, here is why!
54
+
The single color displays had been upgraded to RGB colors (so everything is faster and you are a better gamer while playing the game). The next big change is that the code now performs multitasking. Before the update you had to wait one iteration of the game to move the bats. Now you haven't!
55
+
The overall efficiency and readability of the code has also been improved due to better variable renaming and more efficient variable decleration.
56
+
The transitions on the display are now also animated.
0 commit comments