Thursday, March 13, 2014

Structs and Update

As I was working on the solver, I was having difficulty because it was not possible to just reference a face. So I started my attempted to change everything to structs and pointers. I was having a hard time and eventually abandoned this attempted because I could not change the value at a pointer.

Since then I have been continuing work on my solver. Now it looks for 'bars' and moves them towards the bottom. And if there is only one bar, it will move it towards a specific spot.

No comments:

Post a Comment