

That's not the case, and I don't want to see it bite you later.
HEXCELLS TOUCHARCADE FULL
That doesn't necessarily mean that someone will sue you (this sub is full of cool easy-going peeps, and most if not all might be glad to see their levels reach a wider audience), but you seem to be under the impression that if it has been posted publicly that you're free to use it for whatever. You're technically breaking copyright law by including levels without prior permission. Regarding the choice of levels, I will include all publicly released levels from this sub.
HEXCELLS TOUCHARCADE ANDROID
:/Įdit: does the editor have some sort of bug that sometimes makes all cells revealed or is Android Studio doing something fishy with my txt files? The only major concern I have right now is the general confusion regarding a ripp-off. However, I could add a tag to sort the sectionList in the level selection screen by either author, category and additionally Level Pack. I'd need to modify the reader quite heavily and somehow have it stay active or at least remember where the next level starts after you've finished the current one. It seems to be too much of a hassle for so little convenience.

I might add some levels in the future that my friend or I created depending on how good they are.Īs for level packs: probably not. (It's not easy reaching that many people and waiting for an answer from every single one.) But I can still take it out retroactively. I also highly doubt somebody would object, and they already made their level public after all. Right now the Import Level button links to this subreddit if there is no content in the EditText field, but I forgot it in the credits. I'll test it a little and may post again or edit this post as a get a clearer picture. For instance, I don't see why you included "The Info Must Flow" (which is broken in my book) but would have included some other levels you didn't include. It may be appropriate to adopt a clear policy (include levels based on the number or percentage of upvotes) or have your level browser actually crawl reddit to display all levels and the votes they got.

Those are 2 or 3 Tutorial level that have been created yesterday at 2am because everybody wanted something changed. Looks like you are including levels exclusive to this app If you are so unhappy about the levels v2, I can change it or completely remove the feature and make the app break bigger levels.

So knowing the length is rather important. Meaning if your level is something as: 100x3 reading out the first line would result in a grid of 3x3 because the BufferedReader only reads per line.Īnd reading out from a String never blocks the reader like it does from a file. And The Editor roughly matches the size of the level. To avoid NullPointers I need to know the size of the level beforehand. We have never used it, and so far all levels here are of standard size. It's simply an easy way to avoid haveing the BufferedReader go through the entire file multiple times.
