For those of us making dsi formatted compatible websites maybe someone could like give us some game codes and how to install them on the site that would be great and i think i speak for all of us who are making ds sites when i say what are the game codes.
If you want to make your own, you need a basic understanding of HTML and CSS for placing the game elements on the page and a good understanding of JavaScript for the actual game programming.
I recommend downloading Notepad++ to do your code editing.
I know some codes, but I don't know if they're JavaScript.
Here is a code:
-------------------------------------
if keyboard_check(vk_right)
{
x +=4
}
-------------------------------------
That code checks for right press, and moves right.
Today, I am become Death, destroyer of the worlds.