A vanilla Javascript rewrite of the Color Lines game. Each turn player has to move some ball to make lines (horizontal, vertical, or diagonal) 3/4/5+ balls long.
Previously, I had an implementation based on vue.js, but currently it is impossible to build due to ancient versions of the framework and libraries.
The game has to be opened using some web server, the simplest one is here in server.js
file, and
could be started with
npm start
For that Node.js is required, however, the script has no external dependencies.