Matías Olivera
Matías Olivera
There are some libraries that strip markdown formatting characters from text you can try, like [remove-markdown](https://github.com/stiang/remove-markdown), but I don't know how well they'll fit our use case. What if you...
If I understood correctly, you're suggesting using the existing template but making the markdown formatting characters visible only when markdown is enabled? I thought of that but I think the...
The existing template is called `README.md.ejs`, which includes all the markdown formatting characters and is used to generate the markdown README (`README.md`). We can add another template called `README.txt.ejs` without...
Go for it! Thanks
@akamuraasai Wow. That is awesome! Let me know if you need anything, or changes in the core are needed to support new game mechanics!
@akamuraasai Can you expand on the strategy you're using to generate random levels?
Hello @JayAndCatchFire and thanks for creating this issue. I'm open to receive a PR that implements this.
Please comment here if you grab this so I mark it as claimed.
I published a tutorial on how this can be achieved using a module bundler [here](https://spectrum.chat/thread/99b2fcf7-18d3-4c88-b441-9588d3977560).
Hello @dandgerson, just wanted to thank you for your contribution, and let you know that it didn't go by unnoticed. I'll be a bit busy for a couple more days,...