Skip to content

josefalcon/twodots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twodots

This is a Javacsript implementation of the basic functionality of the games Dots and TwoDots. It is not intended to be a full implementation of the game, but a practice in writing Javascript.

Try it out here!

Build

npm install
node index.js

Navigate to [http://localhost:8080] to access the game in your browser. Use npm run watch to automatically build and bundle your development changes. npm run bundle will bundle and uglify a Javascript file to static/js/bundle.js.

About

A Javascript study of the game TwoDots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published