The Nintendo 3ds browser is capable of running Bitsy games! And it's a delightful Bitsy machine.
To make games compatible, we just need to teach the 3ds browser to speak the language Bitsy is written in: modern Javascript!
To do that we need two things:
- The html page that contains your game
- A
<script> </script>
html element we'll add at the top of the page that translates modern Javascript to somewhat Javascript.
The whole script element is here. Just select the whole thing and copy.