Skip to content

Commit

Permalink
Merge pull request #3 from h3rmt-thi/020
Browse files Browse the repository at this point in the history
020
  • Loading branch information
H3rmt authored Nov 24, 2023
2 parents 4b0e9ef + 0f2c75e commit 4e7026b
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 63 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: c-test

on:
- push
- pull_request

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: build application
run: make all
6 changes: 6 additions & 0 deletions Readme.fabr → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ New in this version
Enhanced data types
- use enum
- use bool

New in this version
- Introduction of (separated) data structures for the worm.
We store length of the worm and its element positions on the screen.
- The worm has a visible end. We cleanup behind the worm.
- We detect self-collisions of the worm
Loading

0 comments on commit 4e7026b

Please sign in to comment.