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

15 lines
736 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 games 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)
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).