• Joined on 2026-03-31
Jannis pushed to master at Berufsschule/tictactoe 2026-04-23 05:41:40 +00:00
2a74965a97 finished wincheck and system detection
Jannis pushed to master at Berufsschule/tictactoe 2026-04-22 14:22:30 +00:00
4d12622a41 Added the game state and started work on the win check. worked as described in #1
Jannis pushed to master at Berufsschule/tictactoe 2026-04-22 13:40:52 +00:00
7c15d4ccc2 added CONTRIBUTING.md file
Jannis pushed to master at Berufsschule/tictactoe 2026-04-22 13:35:06 +00:00
3121d26995 added readme
Jannis commented on issue Berufsschule/tictactoe#1 2026-04-22 13:22:13 +00:00
check if the game is over

AI answer: Force‑checking every square against every other square to see whether any three form a winning line in tic‑tac‑toe runs in O(n⁴) time and O(1) extra space (or O(n²) if you store the…

Jannis commented on issue Berufsschule/tictactoe#1 2026-04-22 13:20:29 +00:00
check if the game is over

should be a thing of 20 minutes. the hard-ish part is checking if the game is over on an diagonal base or if no winner could be found. i think modulo math could be involved but im not sure. simply…

Jannis opened issue Berufsschule/tictactoe#1 2026-04-22 13:19:32 +00:00
check if the game is over
Jannis pushed to master at Berufsschule/tictactoe 2026-04-22 13:13:55 +00:00
c68ba4e9dd added first game rendering engine
Jannis created branch master in Berufsschule/tictactoe 2026-04-22 13:13:55 +00:00
Jannis created repository Berufsschule/tictactoe 2026-04-22 13:13:17 +00:00
Jannis pushed to main at Jannis/dotfiles 2026-04-22 12:40:33 +00:00
f99cb551aa Update LICENSE
Jannis created repository Jannis/dotfiles 2026-04-22 12:40:13 +00:00
Jannis closed issue Berufsschule/Cpp-Cookbook#1 2026-04-22 07:21:02 +00:00
Move projects from here to new org.
Jannis commented on issue Berufsschule/Cpp-Cookbook#1 2026-04-22 07:21:02 +00:00
Move projects from here to new org.

moved over

Jannis transferred repository Jannis/Cpp-Cookbook to Berufsschule/Cpp-Cookbook 2026-04-22 07:20:52 +00:00
Jannis opened issue Berufsschule/Cpp-Cookbook#1 2026-04-22 07:20:06 +00:00
Move projects from here to new org.
Jannis deleted branch jannis-patch-1 from Jannis/.profile 2026-04-22 06:33:46 +00:00
Jannis pushed to main at Jannis/.profile 2026-04-22 06:33:39 +00:00
7bff014bad Merge pull request 'Update README.md' (#1) from jannis-patch-1 into main
68d9f78cdd Update README.md
Compare 2 commits »
Jannis merged pull request Jannis/.profile#1 2026-04-22 06:33:38 +00:00
Update README.md
Jannis created pull request Jannis/.profile#1 2026-04-22 06:33:24 +00:00
Update README.md