Question about a small game

nobody wrote on Sunday, May 22, 2005:

hi all, i like to build a small game that consist on chess board and chess ChessMan (king, queen, castle…).
the game shuld have a mouse input too.
is it possible with GLFW ???
is it complicated ?
the code for the game is in c++

thanks
i glad to see any comment and happy if it will be to my mail :
benny74@netvision.net.il

melekor wrote on Thursday, May 26, 2005:

GLFW would be perfect for your chess game. Yes, it has mouse input. Yes, it is complicated. However, it’s the Chess part that’s difficult; the actual rendering of the chess board with opengl is fairly trivial.

Do you have any specific questions about how to do something?

Good luck with your project.