Skip to content

JSmith01/vanilla-color-lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Lines game

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.

About

Color Lines game implemented in pure HTML + CSS + Javascript

Topics

Resources

License

Stars

Watchers

Forks