Skip to content
Wolfyxon edited this page Apr 18, 2024 · 2 revisions

Welcome to the 3DS Web Stuff Developer wiki!

This wiki contains information about the site's infrastructure to help you make your own games for it.

To develop games, you need to know HTML, CSS and JavaScript. If you are going to submit your game via pull request, you will have to follow some rules (See CONTRIBUTING.md)

Compatibility

When making games you have to be strict about the compatibility. Remember that the 3DS browser wasn't updated in ages, lacks many features and is slow. When developing games you might have to frequently test them on a actual 3DS.

https://developer.mozilla.org Provides information about all features, functions and properties that may or may not be available. The 3DS browser is based on Safari, so you will need to check when a feature was added for Safari.

Clone this wiki locally