Skip to content

improve docs of BlockGame, fix Documentattion for gameloop is missing… #63

improve docs of BlockGame, fix Documentattion for gameloop is missing…

improve docs of BlockGame, fix Documentattion for gameloop is missing… #63

Workflow file for this run

name: Build
on: [push]
jobs:
Test:
runs-on: ubuntu-20.04
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: SBT Build
run: sbt test
shell: bash