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
How can I add colors to the objects? I am trying to make a Rubix cube game in the terminal. I am successful in making the cube, but struck at implementing the colors. Can anyone look at my code and help me to make the colors for the individual face?
This is my code: https://github.com/devallabharath/Terminal-Rubix-Cube/blob/main/ex.py
The text was updated successfully, but these errors were encountered:
I can color the whole frame using curses colors. But I need different colors for different components in the frame. So I need to color them before sending them to curses. I mean it has to be done in the Drawille Canvas.
How can I add colors to the objects? I am trying to make a Rubix cube game in the terminal. I am successful in making the cube, but struck at implementing the colors. Can anyone look at my code and help me to make the colors for the individual face?
This is my code: https://github.com/devallabharath/Terminal-Rubix-Cube/blob/main/ex.py
The text was updated successfully, but these errors were encountered: