From 442ee9b022293ad2447906630c974fd70046e4a9 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sat, 6 Aug 2022 13:28:55 +0100 Subject: [PATCH] Initial commit --- .woodpecker.yml | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .woodpecker.yml create mode 100644 README.md diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..f485e0c --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1 @@ +pipeline: diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce1141d --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Game Algorithms + +[![status-badge](https://woodpecker.koval.net/api/badges/cyclane/game-algorithms/status.svg?branch=main)](https://woodpecker.koval.net/cyclane/game-algorithms) + +This is a learning project for game algorithms and WASM. +