How should i go about making a simple card game? (e.g. solitaire) I am familiar w/ terminal programs in java and c/c++, but i am not familiar w/ the graphical side. Is openGL too complex for a simple card game? I guess ultimately I’m asking where do I start? What language & functions do I need?
Share
JavaFX 2 or Qt are really easy to start with, just look at the tutorials.