ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.68k stars 814 forks source link

Dicewars works pretty well #4799

Open jnahmias opened 3 years ago

jnahmias commented 3 years ago

Thanks for making this project! Just wanted to report that one of my favorites from back in the day works very well and is quite playable, though not perfectly. https://www.gamedesign.jp/games/dicewars/flash/dice.swf

relrelb commented 3 years ago

Do you encounter any issues while playing this game?

jnahmias commented 3 years ago

Only issue is the quality of the display. Both the text and the graphical images are very fuzzy. Here's a screenshot playing it via ruffle.rs on FF 78.12.0esr: image

arantius commented 2 years ago

I actually came here to say a bit of the opposite:

In ruffle, the (many, very short) sounds generally don't play correctly. When attacking, there should be many short "dits" of the dice rolling, then either a "crunch" or "ping" when the attack succeeds or fails. The "crunch" sound is a bit longer and gets cut off when it plays (sometimes is missing completely), while the "dits" tend to sound scratchy.

Above I'm referring to a pretty old build (not sure exactly which, ~February this year). I tried updating to the latest today and I get black rays drawn from the top left corner which don't belong (they all seem to be extensions of a short line around a hex which does belong):

image

(Sounds are a little better in this latest build. Another bug I was going to report is also fixed in this build: older ruffle only supports clicking on the dice themselves, official player lets you click anywhere in the area.)