Monday, 19 September 2016

Rephrasing

Someone decided that it would be better to talk to me and spend time in my company than to let me swirl around in my head thoughts of code.  So my plan for doing some classy things has ended for the evening.  I have a vague idea of how to do what I want, the next thing is to try doing it to see if it works.  Even got an idea of how to test it.
Basically, if i get the map making class written, I'll implement a couple buttons, each one generates a map, and by clicking on them it'll switch between the two.
In the meantime, i found out that my code sits almost entirely in the form1.cs, with only the auto generated stuff in other places.  So many examples online refer to the main() loop or function.  I didn't even realise I had one until this evening.
Heh!  Total noob. 
Anyway, plan is to start shifting things into the main() and see if that doesn't break the functionality I currently have.

No comments:

Post a Comment