Portfolio: qbentil.me
PUKKA WORDBEATER🏆
Live Demo: DEMO
PURPOSE OF THE PROJECT
PUKKA WordBeater is a Typing Challenge Game. This project is designed to students to improve their speed of typing. It gives students the opportunity to select thier own level in tems of speed and therefore can proceed to the more difficult level as they proceed It also helps students to get acquainted with words and their spellings.
This directory contains all the stylesheet of thi App. The base.css file ia the fundamental style for the App.. The game.css file is specifically for the game.html file.
This Directory has four (4) main files counter.js: This defines functions which are to be used in all other files level.js: This defines functions in selecting your level and passes the level to the core.js for processing. words.js: This is an array of words. It feeds the core.js with the words to type ***core.js : *** This defines the core functionalities of the whole project. It accepts data passed from the level.js. fetches words from the words.js and randomly display them for typing. It also handles the timeing and score functionality, etc.
- The word input field do not accept pasted contents.
- The Active word to be typed cannot be selected or copied
- ..............yet to discover and resolve others (Opened to all tricks found😇)
The functionalities of this App doesn't end here! Yet to implement the LEADERBOARD. This functionality is purposefully to see how others are improving and challenging themselves. It will score users in WPM (Words per minute) This will motivate others to do more.