GMU:Wild Type/Vanya Gercheva: Difference between revisions

From Medien Wiki
Line 88: Line 88:
'''Developing process''' <br/>
'''Developing process''' <br/>
Before starting to code I did a research, sketched the game mechanism and rules, wrote the table creating algorithm and sketched all the letters and pictures which I wanted to use. Here are some of the sketches: <br/>
Before starting to code I did a research, sketched the game mechanism and rules, wrote the table creating algorithm and sketched all the letters and pictures which I wanted to use. Here are some of the sketches: <br/>
[[File:1.jpg]][[File:2.jpg]][[File:3.jpg]][[File:4.jpg]][[File:5.jpg]]
[[File:letters1.jpg]][[File:letters2.jpg]][[File:letters3.jpg]][[File:letters4.jpg]][[File:pictures5.jpg]]


Then there came the first coding problem: how to code the letters with the chosen pattern? Do I have to code every single x there? Nope, too much work (thousands of x-es with their coordinates).. Maybe a mask over an image? Well, 10 lines code in average for every mask for more than 70 symbols… Hmm.. Not the best idea..
Then there came the first coding problem: how to code the letters with the chosen pattern? Do I have to code every single x there? Nope, too much work (thousands of x-es with their coordinates).. Maybe a mask over an image? Well, 10 lines code in average for every mask for more than 70 symbols… Hmm.. Not the best idea..