sgtcortez / Pong

The Pong game using Object Oriented Programming and Raylib
0 stars 0 forks source link

Make the Game run in terminal screen also #5

Open sgtcortez opened 1 month ago

sgtcortez commented 1 month ago

Would be nice, if we have an option to compile the game only for graphical interface(with raylib), only for terminal text(without raylib) and for both.

With that, we could run the game like: ./game terminal then, it will open the game into the current terminal .

sgtcortez commented 1 month ago

To do that, we would need to remove all the specific code for raylib in object/component classes