Handy
Tip: Adding
games to your website can help bring back visitors.
Website games are considered to be sticky content, ie your visitors
will be stuck on your site time and time again.
|
Bookmark
This Page
Connect 4 Javascript Game
Download this free online game script and provide the famous
Connect 4 game online to keep your visitors coming back for more. Just like the
real thing! 2 Player useability. First to connect 4 tokens in a row wins.
STEP 1
Copy and paste the connect 4 javascript code below into a doorway
page for the game. For example, I use this page as the doorway to the game. See
the "play button" above. STEP
2 Make a new page and save this as "connect4.html".
This is the page that your visitors will go to and play the connect 4 game. STEP
3 Copy and paste this code into the <head> of the connect4.html
page. STEP 4 Copy
this event handler code and place it within the body tag of the connect4.html
document. <body OnLoad="rePlay()"> STEP
5 Copy and paste the code below between the <body> and
</body> tags of the connect4.html page.
|