Skip to content

bensaine/connect-four

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

Watchers

Forks

Releases

No releases published