Skip to content

Releases: vonBarbarosa/ForcaFonetica

Quite there!

22 Feb 02:38
Compare
Choose a tag to compare
Quite there! Pre-release
Pre-release

It basically works allright. Features:

  • still only 6 words for guessing, but now randomized;
  • the hangman gets hanged (game over)
  • cool display of buttons

TODO:

  • more words, get them from some database (JSON or SQL)
  • some text, some help
  • tweak layout
  • refactor code to build most of the DOM with JS

First working Version!

29 Jan 05:14
Compare
Choose a tag to compare
Pre-release

It:
-has 6 words for guessing, some with double chars, some with multiple phonetic forms;
-works fine.
It doesn't yet (TODO):
-count wrong guesses;
-get words from database, randomize them;
-have introductory text, help, etc;
-have the symbols in cool order.