Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 895 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 895 Bytes
1 2 3
4 5 6

Lexicross

A little english project. We made a crossword game, using React and flask.

Installation

After cloning, run the following commands. Also make sure you have NodeJS installed.

npm install
npm start

How it works

It's a pretty simple process, on the main page, you select a theme. And then you have 2 options : learn or play.

  • Learn : A page with words and their defition, on a selected theme.
  • Play : Generates a crossword game for the theme you selected. You can use Hints to get the first letter of the words.