Skip to content

rmescandon/connect-4

Repository files navigation

Connect 4

This is a very basic game made using React + TypeScript + Vite

You just simply execute with:

pnpm i
pnpm dev

open the url in a browser at http://localhost:5173/

and enjoy.

You can click on any element of the column you want to fill with your piece during your turn

alt text

you can build for releasing with

pnpm run build

install a server, like serve

pnpm install -g serve

and serve

serve -s dist 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published