A selfmade Connect Four game.
Find a file
2022-12-15 00:43:15 +01:00
packages Render game using SJDON 2022-12-15 00:43:15 +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 Hide unnecessary debug settings 2022-12-14 09:30:46 +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 express handlers for managing save games 2022-12-14 11:23:04 +01:00
package.json Refactor misleading script 2022-12-14 09:25: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.