alxhoff / FreeRTOS-Emulator

POSIX based FreeRTOS emulator with SDL2 graphics interface and multiple async communications interfaces, aiming to make it possible to teach FreeRTOS without embedded hardware using similar processes
https://alxhoff.github.io/FreeRTOS-Emulator/
GNU General Public License v3.0
60 stars 105 forks source link

Update Pong Game branch to latest changes #30

Closed PhilippvK closed 4 years ago

PhilippvK commented 4 years ago

I would wait with this until we are done with the libraries and so on...

We could also improve a few parts of the game, like f. e. randomness.

alxhoff commented 4 years ago

Ah yep. I updated this a few times before. Ideally we pull the game (the tasks) out into separate sources so that updating the main.c is more straight forward.

PhilippvK commented 4 years ago

But wouldn’t this make the students life to easy organizing the project files in a meaningful way?

alxhoff commented 4 years ago

Yer I would break it up for sure