Notepad/enter/Coding Tips (Classical)/Terminal Tips/3. GUIs/Games/Ruffle.md

19 lines
865 B
Markdown
Raw Normal View History

# Ruffle
A flash player emulator written in Rust allowing games to played on the web! The Internet Archive uses this by default to play games within the browser.
It is also what makes the [Neopets](https://www.neopets.com/home/) games work! [Newgrounds](https://www.newgrounds.com) is another games website that needs flash to work.
[Ruffle Demo ](https://ruffle.rs/demo/)
![[Pasted image 20230901074121.png]]
- The github [repo](https://github.com/ruffle-rs/ruffle)
- [Frequently Asked Questions ](https://github.com/ruffle-rs/ruffle/wiki/Frequently-Asked-Questions-For-Users)
- [Using Ruffle within a browser](https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle#web)
2024-08-10 14:43:25 +00:00
Here is [a good article on existing other Flash Player emulators](https://nosamu.medium.com/flash-player-emulators-how-to-play-swfs-in-2021-and-beyond-d56c3899b7e6) (as of 2021).