Skip to content

This is an attempt at a first game using the Phaser JS framework. It's meant primarily as a quick and simple prototype that can be built upon and extended later to target different learning objectives.

License

Notifications You must be signed in to change notification settings

lpmi-13/touchwords

Repository files navigation

touchwords logo

A simple visual game to target sensitivity to incorrect overgeneralizations of past tense inflections in verbs. Tap the incorrect forms to gain points, but don't tap the correct forms, or you lose one of your lives. If you lose all three lives, then the game is over.

During the regular round, irregular verbs are worth 10 points, but in the bonus round, correcting the incorrect irregular forms is worth 50 points. Extra points are also given for completing the bonus round with time remaining.

install and build

npm install then gulp

if you want to build for a particular redirected subdomain (eg, from netlify), pass the following at build time BUILD_TARGET_URL_PATH=PATHHERE

for example, this game is currently hosted at https://www.grammarbuffet.org/touchwords (which is a redirect from the host), so the full build command for that would be: BUILD_TARGET_URL_PATH=/touchwords/ npm run build-prod

About

This is an attempt at a first game using the Phaser JS framework. It's meant primarily as a quick and simple prototype that can be built upon and extended later to target different learning objectives.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published