Play a library of picross puzzles and use an "AI" to solve them like a human might.
https://picross.danielholmes.org/
- NodeJS (tested with 12.20.2)
- NPM (tested with 6.14.11)
npm install
npm start
The site will be available on http://localhost:8080.
npm run lint
npm run ts
npm run test
Done via Github Actions which will deploy the site to https://picross.danielholmes.org/.
- Better ui feedback for which action about to take (2 step process)
- Respond if % doesn't work out (incorrect)
- Add AI test for all library images
- Use a UI framework and/or proper graphic treatment.
- Stop "flash" when creating image
- Find a vector graphic library that can be used for different sized boards.
- Create a library mode which saves progress (has beaten, best time)