initial commit

This commit is contained in:
s-prechtl 2022-11-29 09:32:09 +01:00
commit 02391633c5
9 changed files with 320 additions and 0 deletions

3
frontend/game.ts Normal file
View file

@ -0,0 +1,3 @@
function setup() {
createCanvas(400, 400)
}