Category Archives: Games

A game is structured playing ( Wikipedia )

HTML/Javascript Imaginary Numbers Game Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can verify your calculation of solutions to imaginary number equations, by filling in a missing bit of information in a three-part “imaginary number sentence”, and today we … Continue reading

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

HTML/Javascript Quadratic Equations Game Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can verify your calculation of the roots of a quadratic equation, by filling in a missing bit of information in a three-part “quadratic equation sentence”, and today … Continue reading

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

HTML/Javascript Sentence Conjunction Game Tutorial

The easiest English games to design are those that involve discrete words, because then dictionaries and thesauruses can be used. Learning English (for students whose first language is not English (ESL)) is obviously more useful when the student can piece … Continue reading

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

HTML/Javascript Sentence Adjective Clause Game Tutorial

The easiest English games to design are those that involve discrete words, because then dictionaries and thesauruses can be used. Learning English (for students whose first language is not English (ESL)) is obviously more useful when the student can piece … Continue reading

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

HTML/Javascript Canvas Tic Tac Toe Game Drag and Drop Tutorial

The Canvas HTML element tag can be used as the container to draw graphics on the fly usually via the use of Javascript functions for rendering and event management. In today’s tutorial we show some image Drag and Drop functionality … Continue reading

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

HTML/Javascript Sentence Preposition +ing Game Tutorial

The easiest English games to design are those that involve discrete words, because then dictionaries and thesauruses can be used. Learning English (for students whose first language is not English (ESL)) is obviously more useful when the student can piece … Continue reading

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

HTML/Javascript Jobs Match Game Tutorial

Do you like word games? Today’s game asks you to associate job descriptions with words … we’re going to call the game “The Jobs Match Game” (too snappy for you?!) … and you score points for correct word associations you … Continue reading

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

HTML/Javascript Canvas Rummy Card Game Primer Tutorial

The Canvas HTML element tag can be used as the container to draw graphics on the fly usually via the use of Javascript functions for rendering and event management. In today’s tutorial we mainly use the drawImage function to create … Continue reading

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