3DS Web Skills
Web development skills for the Nintendo 3DS browser.
Official Browser Specs: https://archive.today/8qs51
Live: https://ethanthatonekid.github.io/3ds-web-skills/
Games
Utilities
Demos
3DS Browser Constraints
This project demonstrates web development within the following 3DS browser limitations:
- JavaScript: ES3 only (no ES6+, no classes, no arrow functions)
- CSS: CSS 2.1 primarily (limited CSS3 support)
- Canvas: 2D context only (no WebGL)
- Audio: Limited codec support
- Storage: localStorage volatile, prefer cookies for persistence
- Input: D-Pad + A button + touchscreen (other buttons hijacked by browser)
See SKILL.md for detailed technical specifications.