Skip to content

Commit

Permalink
Add analog version <3
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Apr 19, 2024
1 parent c30efbd commit 1851066
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/analog_polarization_WZ.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This workflow does stuff for the analog version

name: analog_polarization_WZ

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tictactoe_analog_polarization_WZ
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Check pictures
run: |
ls -s ./couch.png
ls -s ./window.png
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,19 @@ nimble test
./tictactoe_nim --X=4 --O=4
```

## TicTacToe-Analog-Polarization-WZ

Analog version leveraging the quantum properties of light using polarization filters.

To get and play:
```bash
./get_bachelor_of_science_degree_in_physics
./get_master_of_science_degree_in_physics
./study_polarization_of_WZ_bosons
./get_doctor_rerum_naturalium_in_physics
./have_great_colleagues --Erik --Frank --Lisa --Mareen --Maren --Max --Orçun --Tim
```

## TicTacToe-scratch
Very simple two player tictactoe game with Scratch.

Expand Down
Binary file added tictactoe_analog_polarization_WZ/couch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tictactoe_analog_polarization_WZ/window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1851066

Please sign in to comment.