Search:

Type: Posts; User: fr334a11

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    1,309

    Re: JavaScript pic puzzle

    now to make a function that will move the blank space around the board to move the "where" to "what"'s location
  2. Replies
    2
    Views
    1,309

    Re: JavaScript pic puzzle

    ok i fixed the code now i have


    function identify()
    {

    for(var i=0;i<15;i++)//finds what space isn't solved
    {
    if(didUwin[i]!=pics[i])
    {
  3. Replies
    2
    Views
    1,309

    JavaScript pic puzzle

    right now here is my code for a javascript puzzle,


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

    <html>
    <head>

    <title>Puzzling Puzzles</title>
    <link rel="stylesheet"...
Results 1 to 3 of 3