JS簡單打字小遊戲demo

2022-03-07 19:45:27 字數 1629 閱讀 6688

>打字遊戲

title

>

<

style

>

html,body

#main

font

#fstyle

>

head

>

<

body

>

<

div

id="main"

>

div>

body

>

<

script

>

varwords=[

'a',

'b',

'c',

'd',

'e',

'f',

'g',

'h',

'i',

'j',

'k',

'l',

'm',

'n',

'o',

'p',

'q',

'r',

's',

't',

'u',

'v',

'w',

'x',

'y',

'z'];

varwinwidth

=window.innerwidth-47

;//獲取瀏覽器寬度

varwinheight

=window.innerheight-47

;//獲取瀏覽器高度(由於win10下面有工作列遮擋瀏覽器所以-47)

vari=1

;

varnum=0

;

varflag=0

;

//生成隨機字母

function

create()

//所有現存字母下掉

function

drop()

}; //判斷是否到達底部,到底部刪除當前子節點

if(x[l].style.top

==winheight+"

px") }

else}}

varc

=setinterval(create,

1000

);//

生成速度

vard

=setinterval(drop,

10);

//下掉速度

script

>

html

>

以上**為js簡單打字小遊戲demo,原文:

C 實現簡單打字小遊戲

using system using system.collections.generic using system.componentmodel using system.data using system.edwfwamdrawing using system.linq using system...

打字小遊戲

呵呵,這是我人生的第乙個寫的程式 打字遊戲!其實並不難 include include include include include using namespace std 隨機生成數字 大寫字母 小寫字母 char randomchar if type 1 return rand 26 a 將游...

小專案 打字小遊戲

include include include include include define n 20 static void randomstring char str,int len static char mygetchar static void gamerunning time t sta...