Hacker News new | ask | show | jobs
by zhawn 1117 days ago
I was ready to be underwhelmed but the little dance animation the stickman performs between falling to his death (followed by some ASCII gore) in hangman was a pleasant surprise!

Did you use a specific library for the Web-based Console output emulation?

1 comments

The source code for the website is inside the repository in the "Website" project. I'm not using any libraries. I just Implemented a "BlazorConsole" and redirected all the "System.Console" calls to call my "BlazorConsole" instead, and I just render the state of the console in HTML. So the emulation is custom.