Arcade game in browser

Back in the 90s, it was a game as Java applet. But then somebody removed all those nice plugins. I ported it a while back to C#, made it into desktop (Gtk, WinForms etc), but now finally, it returns - with WebAssembly - back into the browser, where this originally "remastered from DOS" game began 😀

83 points · 9 comments · view on lemmy.world

9 Comments

dodeca@lemmy.world · 7 pts · 3y

Omg I played so much Digger as a kid. When we got a new computer I had to turn off Turbo to play it.

ono@lemmy.ca · 5 pts · 3y
Phyzaks@lemmy.world · 3 pts · 3y

Link to the game?

guyrocket@kbin.social · 3 pts · 3y

I've not played this before. It looks a bit like Mr. Do!

ArugulaZ@kbin.social · 2 pts · 3y

They actually remastered this game for the Playstation 3! I couldn't believe it! I STILL can't believe it!

Psymonkee@lemmy.world · 2 pts · 3y

My mum still plays this daily. Had done for years. So can't get beyond level 6 though 🤣

whou@lemmy.ml · 2 pts · 3y (2 replies)

this is so cool! where can we look into the source code and play it?

AceBonobo@lemmy.world · 3 pts · 3y (1 reply)
whou@lemmy.ml · 1 pts · 3y

that's so cool! I honestly never thought about using Skia to render a game, but it seems like a good option especially when it's simple 2D graphics that's being deployed on the web as well.