Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Dec 24, 2022
1 parent 423484c commit 450515d
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ TODO write something

## Computer Kurzweil Projects

| Project |
|-----------------------------------------------------------------------------------------------------|
| [conwaysgameoflife](https://java.woehlke.org/conwaysgameoflife) |
| [cyclic-cellular-automaton](https://java.woehlke.org/cyclic-cellular-automaton) |
| [diffusion-limited-aggregation](https://java.woehlke.org/diffusion-limited-aggregation) |
| [kochsnowflake](https://java.woehlke.org/kochsnowflake) |
| [mandelbrot-julia](https://java.woehlke.org/mandelbrot-julia) |
| [mandelbrot-zoom](https://java.woehlke.org/mandelbrot-zoom) |
| [sierpinskitriangle](https://java.woehlke.org/) |
| [simulated-evolution](https://java.woehlke.org/simulated-evolution) |
| [turmite](https://java.woehlke.org/turmite) |
| [wator](https://java.woehlke.org/wator) |
| Project | Status |
|-----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
| [conwaysgameoflife](https://java.woehlke.org/conwaysgameoflife) | ![Java CI with Maven](https://github.com/Computer-Kurzweil/conwaysgameoflife/workflows/Java%20CI%20with%20Maven/badge.svg) |
| [cyclic-cellular-automaton](https://java.woehlke.org/cyclic-cellular-automaton) | ![Java CI with Maven](https://github.com/Computer-Kurzweil/cyclic-cellular-automaton/workflows/Java%20CI%20with%20Maven/badge.svg) |
| [diffusion-limited-aggregation](https://java.woehlke.org/diffusion-limited-aggregation) | ![Java CI with Maven](https://github.com/Computer-Kurzweil/diffusion-limited-aggregation/workflows/Java%20CI%20with%20Maven/badge.svg) |
| [kochsnowflake](https://java.woehlke.org/kochsnowflake) | ![Java CI with Maven](https://github.com/Computer-Kurzweil/kochsnowflake/workflows/Java%20CI%20with%20Maven/badge.svg) |
| [mandelbrot-julia](https://java.woehlke.org/mandelbrot-julia) | ![Java CI with Maven](https://github.com/Computer-Kurzweil/mandelbrot-julia/workflows/Java%20CI%20with%20Maven/badge.svg) |
| [mandelbrot-zoom](https://java.woehlke.org/mandelbrot-zoom) | ![Java CI with Maven](https://github.com/Computer-Kurzweil/mandelbrot-zoom/workflows/Java%20CI%20with%20Maven/badge.svg) |
| [sierpinskitriangle](https://java.woehlke.org/sierpinskitriangle) | ![Java CI with Maven](https://github.com/Computer-Kurzweil/sierpinskitriangle/workflows/Java%20CI%20with%20Maven/badge.svg) |
| [simulated-evolution](https://java.woehlke.org/simulated-evolution) | ![Java CI with Maven](https://github.com/Computer-Kurzweil/simulated-evolution/workflows/Java%20CI%20with%20Maven/badge.svg) |
| [turmite](https://java.woehlke.org/turmite) | ![Java CI with Maven](https://github.com/Computer-Kurzweil/turmite/workflows/Java%20CI%20with%20Maven/badge.svg) |
| [wator](https://java.woehlke.org/wator) | ![Java CI with Maven](https://github.com/Computer-Kurzweil/wator/workflows/Java%20CI%20with%20Maven/badge.svg) |


## Build this parent pom

Expand Down

0 comments on commit 450515d

Please sign in to comment.