1
Benchmarking tool to see how many bunnies can fly around the screen, using MoonScript.
Controls:
- Use up/down to add/remove bunnies
Source:
- https://github.com/RobLoach/Bunnymark-TIC80
License:
- MIT
StinkerB06
|
Can't you just put the Moonscript code into the online Moonscript compiler, and get vanilla Lua out of it?
|
RobLoach
|
Yes, you can, and that's what TIC-80 does. Compiles the MoonScript to Lua, and then runs the Lua code.
|