WebAssembly COBOL Pong
moxon6.github.io
WebAssembly COBOL Pong
1–10 of 36 posts
Re: WebAssembly COBOL Pong
#2I love how this is a total geekery for fun project and one of the best quasi job application in 2020.
Re: WebAssembly COBOL Pong
#3See also, using COBOL with Cloudflare Workers (via WebAssembly): https://blog.cloudflare.com/cloudflare-workers-now-support-c...
Re: WebAssembly COBOL Pong
#4I love how this is a total geekery for fun project and one of the best quasi job application in 2020.
That's really cool Ian, now can we get back to this directed graph?
Re: WebAssembly COBOL Pong
#5Re: WebAssembly COBOL Pong
#6Cute little project. Thumb up for selecting Cobol as the language of choice for the implementation. I might feel nostalgic.
Re: WebAssembly COBOL Pong
#7[deleted]
Re: WebAssembly COBOL Pong
#8Neat! The actual COBOL is pretty minimal, just tracking where the balls and paddles are and then calling out to update the DOM. It doesn't look anywhere near as horrific as I would have expected :)
https://github.com/moxon6/cobol-js-emscripten/blob/master/co...
Re: WebAssembly COBOL Pong
#9I love how this is a total geekery for fun project and one of the best quasi job application in 2020.
My first reaction was that this must have been some kind of plot to make young people interested in COBOL using the type of games the current demographic of this language knows best.
Re: WebAssembly COBOL Pong
#10Right paddle controls are backwards compared to vim.