A selfmade Connect Four game.
Find a file
2022-12-14 09:07:40 +01:00
.vscode Add workspace settings 2022-12-14 00:46:02 +01:00
packages Add scripts for running the server 2022-12-14 09:07:40 +01:00
.eslintrc.cjs Move website to separate subdirectory 2022-12-13 18:21:38 +01:00
.gitignore Initialize a new project 2022-12-04 19:32:52 +01:00
.npmignore Add gulp for handling tasks 2022-12-04 20:47:18 +01:00
.woodpecker.yml Add CI settings 2022-12-04 21:51:34 +01:00
CHANGELOG.md Initialize a new project 2022-12-04 19:32:52 +01:00
ConnectForce.code-workspace Add scripts for running the server 2022-12-14 09:07:40 +01:00
eslint.jsconfig.json Enable checking of all js files 2022-12-14 08:25:47 +01:00
LICENSE Initial commit 2022-11-10 12:39:10 +00:00
package-lock.json Add scripts for running the server 2022-12-14 09:07:40 +01:00
package.json Add scripts for running the server 2022-12-14 09:07:40 +01:00
README.md Initialize a new project 2022-12-04 19:32:52 +01:00
tsconfig.base.json Add ES2022 library by default 2022-12-14 08:20:52 +01:00
tsconfig.json Move website to separate subdirectory 2022-12-13 18:21:38 +01:00

ConnectForce

A selfmade Connect Four game.