Maxim Gumin
Maxim Gumin
I have started writing about xml syntax in [syntax.md](https://github.com/mxgmn/MarkovJunior/blob/main/syntax.md). Hope this helps!
Thanks! I linked it from the README.
I agree. Will add a few comments when I have time. Right now I can say that in `SimpleTiledModel.cs` `a` is a 90 degrees rotation, and `b` is tile reflection.
Because it spells "symmetry". Todo for myself: check for non-keyword attributes in xml.
No problem. Shouldn't close the issue though, I plan to add checks for non-keyword attributes and elements.
If you run it from the console, what does it print? What OS do you have?
I think that this will be solved if you reinstall .NET.
That is an interesting question indeed! I'm a little swamped at the moment, but I'll answer as soon as I have time.
X, F, L, T are types of tile symmetries. X means a fully symmetric tile: you can rotate it 90, 180, 270 degrees or reflect it, and it would still...
Hi! I'm afraid my code can't be easily modified to allow this. 1. The straightforward way would be to write your own `SimpleTiledModel` constructor (and you only need to modify...