كما تعودتم من اصحاب مدى الحياة
لعبة الثعبان الشهيرة عن طريق الجافا سكربت
- الكود:
- <script>
/*
Snake Game Written by Omar Wally surfsup_79@hotmail.com
Permission granted to Dynamicdrive.com to include script in archive
For this and 100's more DHTML scripts, visit http://dynamicdrive.com
* Translated By www.soft.vip600.com/
* Visit our site at http://www.star28.com/ for more code
*/
function opengame(){
if (document.all)
window.open("game.htm","gamewin","status,width=220,height=260,border=0")
else
alert("You need IE 4+ to play Snake. Sorry")
}
</script>
طريقة الوضع عناصر اضافية ... اكواد الجافا سكربت
مع التحية