A selfmade Connect Four game.
Find a file
2022-12-06 13:17:21 +01:00
.vscode Add debug settings 2022-12-05 18:47:12 +01:00
gulp Add gulp for handling tasks 2022-12-04 20:47:18 +01:00
src Add link to stylesheet 2022-12-06 13:17:21 +01:00
.eslintrc.cjs Add template files 2022-12-05 18:47:05 +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
app.jsconfig.json Add gulp for handling tasks 2022-12-04 20:47:18 +01:00
CHANGELOG.md Initialize a new project 2022-12-04 19:32:52 +01:00
eslint.jsconfig.json Add gulp for handling tasks 2022-12-04 20:47:18 +01:00
gulp.tsconfig.json Add gulp for handling tasks 2022-12-04 20:47:18 +01:00
gulpfile.ts Remove unnecessary import 2022-12-05 18:48:19 +01:00
LICENSE Initial commit 2022-11-10 12:39:10 +00:00
package-lock.json Add scripts for cleaning and rebuilding files 2022-12-04 21:50:50 +01:00
package.json Add scripts for cleaning and rebuilding files 2022-12-04 21:50:50 +01:00
README.md Initialize a new project 2022-12-04 19:32:52 +01:00
tsconfig.base.json Add gulp for handling tasks 2022-12-04 20:47:18 +01:00
tsconfig.json Add all projects to the tsconfig.json file 2022-12-05 18:46:46 +01:00

ConnectForce

A selfmade Connect Four game.