Bug fix: It wouldn't display the "Press escape to exit" message initially (made me believe it's not working at all).
Code quality: move the FSArray to an initialization function so it can be called before loop and after pressing Space, making sure the program has the same clean slate in both situations.
Bug fix: It wouldn't display the "Press escape to exit" message initially (made me believe it's not working at all). Code quality: move the FSArray to an initialization function so it can be called before loop and after pressing Space, making sure the program has the same clean slate in both situations.