Opening a FreeRTOS project

Hi! I’ve downloaded an example project of a Tetris game runned using FreeRTOS but I don’t know how to open it. I’m new in all this so any basic help would be appreciated. Here’s the download link https://github.com/rampant1018/myFreeRTOS/tree/tetris. I’d like to run it in a STM32F429I-Disco board. Thanks in advance!!

Opening a FreeRTOS project

That is not own code and I’ve never seen that project before, so I’m not sure why you are asking us how you open it rather than the person who provided the code. However looking at the project I see there is a makefile so I’m going to guess you don’t open it, you just build it from the command line.