Games
Here are some of our games from various gamejams from the past.
(ONLY 48 hours per game)
This was made during Nordic gamejam 2024
This was made during Future Game Makers, and of course our team won the competition.
diff --git a/.forgejo/workflows/signal-rebuild.yml b/.forgejo/workflows/signal-rebuild.yml new file mode 100644 index 0000000..5df2118 --- /dev/null +++ b/.forgejo/workflows/signal-rebuild.yml @@ -0,0 +1,23 @@ +name: Rebuild signaller for deprived.dev to rebuild site + +on: [push] + +jobs: + test_service: + runs-on: native + + steps: + - name: Get branch + run: echo "BRANCH=$(echo "${{ gitea.ref }}" | cut -d'/' -f3)" >> $GITHUB_ENV + - name: Signal deprived.dev for rebuild + env: + SSH_PRIVATE_KEY: ${{ secrets.SSH_KEY }} + run: | + sshkey=$(mktemp) + trap "rm -rf $sshkey" exit + echo -e $SSH_PRIVATE_KEY > $sshkey + service="build-deprived-website-$BRANCH" + sshargs="-o LogLevel=ERROR -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" + echo "Starting systemd oneshot service: $service" + ssh -i $sshkey -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no deprivedbuilder@deprived.dev -t "sudo /run/current-system/sw/bin/systemctl start $service" + echo "Build Log: $(ssh -i $sshkey $sshargs deprivedbuilder@deprived.dev "cat ~/latest_build.log")" diff --git a/CarouselExample.html b/CarouselExample.html deleted file mode 100644 index a4e4b4c..0000000 --- a/CarouselExample.html +++ /dev/null @@ -1,66 +0,0 @@ - - - -
- - -