I'm new on your forum and quite new in C#, and I have problem with my little game project.
I must make a simple game where you move a little object, which draws a line on the route it moves. After it touches a border of game board it must fill this shape which was draw.
My problem is that I don't have any idea in what should I do my board, how can I fill up random shapes made by lines + board of game board.
-how make a board - it should be Picturebox or something else?
-how to make shapes from lines draw and connected to it existing lines of board or another existing and filled up shapes on board - it's some kind of vectors?
Question
Man-D
Hi,
I'm new on your forum and quite new in C#, and I have problem with my little game project.
I must make a simple game where you move a little object, which draws a line on the route it moves. After it touches a border of game board it must fill this shape which was draw.
My problem is that I don't have any idea in what should I do my board, how can I fill up random shapes made by lines + board of game board.
Idea of game is from this LINK
I need your ideas of:
-how make a board - it should be Picturebox or something else?
-how to make shapes from lines draw and connected to it existing lines of board or another existing and filled up shapes on board - it's some kind of vectors?
Sorry for my English mistakes in my post.
Thanks in advance
Link to comment
Share on other sites
1 answer to this question
Recommended Posts