Skip to content

Just a little webpage who don't require a server to work

License

Notifications You must be signed in to change notification settings

LoucasMaillet/GuessWord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuessWord v.0.0.2

Just a little webpage blind test game who don't require a server to work.

alt text

Table of Contents

Preview

You can see a preview of release here. Just know the import of local ressource (like video) isn't supported.

Usage

  • Wrap sentence with ¤ to use space in cell.
  • Call macro with $macro or $macro(arguments).
  • Use Ctrl + Maj + i to search and understand the code.

Macros

The results is returned in stdin, but only the macro is saved, not the callBack.

  • $chrono(minutes, secondes) Start a chronometer in box event.
  • $extern(url | path) Open a pop-up to an extern ressource.
  • $helloThere Just the welcome message.
  • $reset Reset parameters.
  • $transfrom(characters, regex=wordRegex) Change default characters who replace those of words. And the regex is for choose what will be replaced.
  • $video(url | path) Show a local or youtube video.

Build

Was build with WPC (see here)