Lexatious is a novel word game, created by Eric Jackson, somewhat similar to Scrabble. This repo contains the web front end. Visit lexatious.com to play Lexatious in your browser.
Apps are also available for Android and iOS:
You need Node.js 16 or later.
The back end for Lexatious is not currently open source which makes it tricky for anyone other than the author to do development. It may work to edit src/sdk/fetch.ts
to ensure that backend calls are sent to the production server at lexatious.com.
npm install
npm run dev
Runs a dev system with hot reloading. Accessible at localhost:3000.
npm run lint
npm run build
npm run export
Output is to the "out" directory.
- React
- React Redux
- Redux-Saga
- Next.js
The user interface and source code for the web front end is based on Scrabble Solver 2 by Kamil Mielnik.