Enigmafan Posted September 10, 2013 Share Posted September 10, 2013 Hello, another question... Suppose I have a game of chess. What would I use to render the playing board? I was thinking one could take 2 graphics, a white square and a black square and use them to build the 8x8 board. Would I use tiling sprites for this? Or is there something else you would use? I was thinking of sometimes changing the playing board.Can I erase the contents of a container?Do I need to 'destroy' the tiling sprites used before? Thanx in advance for your answers. Quote Link to comment Share on other sites More sharing options...
rich Posted September 10, 2013 Share Posted September 10, 2013 Yes you could use a TilingSprite for this, although to be honest it's probably overkill for a game of chess. I'd just draw the board in full and have a simple image display it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.