A selfmade Connect Four game.
Find a file
Manuel Thalmann a2b6a50853
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m22s
Add gitea actions file
2023-05-22 12:32:05 +02:00
.gitea/workflows Add gitea actions file 2023-05-22 12:32:05 +02:00
.vscode Migrate from a workspace to a folder 2022-12-15 18:25:30 +01:00
docs Add a documentation 2022-12-23 20:24:25 +01:00
gulp Roll back to single workspace environment 2022-12-15 00:57:54 +01:00
src Add a favicon 2022-12-23 18:28:42 +01:00
.eslintrc.cjs Roll back to single workspace environment 2022-12-15 00:57:54 +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 Execute the publish task only on the main branch 2022-12-23 16:14:16 +01:00
app.jsconfig.json Roll back to single workspace environment 2022-12-15 00:57:54 +01:00
CHANGELOG.md Initialize a new project 2022-12-04 19:32:52 +01:00
eslint.jsconfig.json Enable checking of all js files 2022-12-14 08:25:47 +01:00
gulp.tsconfig.json Roll back to single workspace environment 2022-12-15 00:57:54 +01:00
gulpfile.ts Add a favicon 2022-12-23 18:28:42 +01:00
LICENSE Replace template fields in license 2022-12-15 00:49:30 +01:00
package-lock.json Add express handlers for managing save games 2022-12-14 11:23:04 +01:00
package.json Roll back to single workspace environment 2022-12-15 00:57:54 +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 Roll back to single workspace environment 2022-12-15 00:57:54 +01:00

ConnectForce

A selfmade Connect Four game.