Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
is this application is going to run by the co-ordinates system or is there any other better way to make this game??
and if by co-ordinates system then how?
Posted
Comments
BillWoodruff 29-Nov-14 5:56am    
If the grid-size of the "board" will remain the same, you could use Cartesian co-ordinates, but, depending on what programming tools you used (Win Forms ? WPF ? ASP.NET ?) you might well benefit from using a built-in control like the TableLayoutPanel in WinForms.

Your question is so general that it's hard to say anything more. What have you done so far ? Show us some code.

1 solution

You may simply use a static background for the board and then use transparency for drawing the player tokens, see, for instance "How to Use Transparent Images and Labels in Windows Forms"[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900