Skip to content

Bale001/redruffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redruffle

RedRuffle let's you run AS2 on the command line using Ruffle. Inspired by redtamarin.

Usage

Use cargo to compile & run RedRuffle, like this:

cargo run --release

Example usage

>>> for (var a = 0; a < 5; a++) {
... trace(a)
... }
0
1
2
3
4
>>> trace(a)
5

Exit the shell using ctrl+c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages