Skip to content

bensaine/connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect-four

This is a project template from https://github.com/sveltejs/template.

Get started

Install the dependencies...

npm install

...then start the client:

npm run dev-client

...then start the websocket server:

npm run dev-server

Navigate to localhost:8080. You should see your app running.

Building and running in production mode

To create an optimised version of the app:

npm run build

You can run the newly built app with npm run start.

About

A clone of the game Connect Four using Svelte.js and websockets with a lobby system, animations and sounds.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Contributors

Generated from sveltejs/template