A selfmade Connect Four game.
Find a file
Manuel Thalmann 9c9504363d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Repeatedly update game board
2022-12-08 15:08:02 +01:00
.vscode Fix browser path mapping 2022-12-06 13:17:34 +01:00
gulp Add gulp for handling tasks 2022-12-04 20:47:18 +01:00
src Repeatedly update game board 2022-12-08 15:08:02 +01:00
.eslintrc.cjs Fix eslint configuration 2022-12-07 08:09:14 +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 Update all dependencies 2022-12-07 22:18:29 +01:00
package.json Update all dependencies 2022-12-07 22:18:29 +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.