Category Archives: Games

A game is structured playing ( Wikipedia )

HTML/Javascript Prepositions Game Tutorial

Do you like word games? Today’s game tests your skills using prepositions in English. Maybe it would be a good game to learn some aspects to English vocabulary. Even though today’s word game does not require it, programmers often use … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , | 2 Comments

PHP/Javascript Crossword Game Tutorial

Do you like word games? Today’s game tests your crossword skills in English. It uses English words, based on the dictionary arrangements at its (web) server. Maybe it would be a good game to help learn some English vocabulary. Programmers … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , , | Leave a comment

PHP/Javascript Spelling Game Tutorial

Do you like word games? Today’s game tests your spelling skills in English. It uses English words, based on the dictionary arrangements at its (web) server. Maybe it would be a good game to learn English vocabulary. Programmers often use … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , , , | Leave a comment

PHP/Javascript Decoding Scrambled Words Game Tutorial

Do you like word games? Today’s game takes four randomly generated words, encodes them, and asks you to decode them … the words have 4 to 9 characters in them … mind you, out of them, you’d have 奇怪的字符 or … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , , | Leave a comment

PHP/Javascript Can You See Any Words Game Tutorial

Do you like word games? Today’s game takes 81 randomly generated letters in a 9×9 grid and asks you to make as many words from its letters as you can that are unique and 3 or more characters long which … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , , , , | Leave a comment

PHP/Javascript Words Within Words Game Tutorial

Do you like word games? Today’s game takes a randomly generated word and asks you to make as many words from its letters as you can that are 4 or more characters long and are not the original word … … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , , , , | Leave a comment

PHP/Javascript Hangman Game Tutorial

Do you like word games? Today’s game is well known to lots of people … Hangman. It uses English words, based on the dictionary arrangements at its (web) server. Maybe it would be a good game to learn English vocabulary. … Continue reading

Posted in eLearning, ESL, Games, Operating System, Tutorials | Tagged , , , , , , , | Leave a comment

HTML/Javascript Egg Timer Game Tutorial

Javascript includes two very useful timer functions called setTimeout and setInterval which, respectively, fork off functionality after a time period once and continuously. Today we use setInterval as the basis of an Egg Timer game. Did you ever teach yourself … Continue reading

Posted in eLearning, Games, Tutorials | Tagged , , , , , , , | 15 Comments