Commit graph

118 commits

Author SHA1 Message Date
Manuel Thalmann 87fc24921b Add a favicon
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-23 20:56:42 +01:00
Manuel Thalmann f3094733ea Add the documentation to the website
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-23 20:54:24 +01:00
Manuel Thalmann a21fd3b5e5 Add a remark on the project creators 2022-12-23 20:45:16 +01:00
Manuel Thalmann f8ae416fb4 Add a documentation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-23 20:24:25 +01:00
Manuel Thalmann 3a62c8902f Add a favicon 2022-12-23 18:28:42 +01:00
Manuel Thalmann b17363b9e8 Improve the look and feel of the log banner 2022-12-23 18:13:41 +01:00
Manuel Thalmann de0b81efac Add an ad banner 2022-12-23 18:13:25 +01:00
Manuel Thalmann c130b72ab6 Fix broken type declaration 2022-12-23 18:09:06 +01:00
Manuel Thalmann 191ae2113c Add style for disabled button
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-23 16:37:24 +01:00
Manuel Thalmann 7ba310c7ca Execute the publish task only on the main branch 2022-12-23 16:14:16 +01:00
Manuel Thalmann b1ace6ceb3
Improve the style of the game
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-23 16:01:06 +01:00
Manuel Thalmann 85d6298bff
Remove unnecessary console output 2022-12-21 10:32:19 +01:00
Manuel Thalmann 0ccffdf62e Force proper remote url
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-15 23:14:04 +01:00
Manuel Thalmann c11994c3a9 Add a step to the pipeline for publishing the website
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-15 23:08:48 +01:00
Manuel Thalmann da371fdca2 Change states using SuiWeb
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-15 22:42:57 +01:00
Manuel Thalmann c15f5f57f9 Allow null to be loaded
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-15 22:17:32 +01:00
Manuel Thalmann 608ec9c72a Fix broken component descriptor 2022-12-15 22:14:47 +01:00
Manuel Thalmann 5ce44a8d93 Add predefined suiweb 2022-12-15 22:09:02 +01:00
Manuel Thalmann 8f488f48bd Adjust SuiWeb according to the standards
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-15 21:53:30 +01:00
Manuel Thalmann dedf7886e5 Nest function parameters into objects 2022-12-15 21:42:21 +01:00
Manuel Thalmann e5fddf7a7d Align the chips properly
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-15 18:39:32 +01:00
Manuel Thalmann 194acdaea3 Make the board shrink based on the height 2022-12-15 18:39:11 +01:00
Manuel Thalmann a097fa2b88 Migrate from a workspace to a folder
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-15 18:25:30 +01:00
Manuel Thalmann aeeff83e01
Allow moves to be undone
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-15 18:16:08 +01:00
Manuel Thalmann 21d940d3ea
Remove unnecessary code 2022-12-15 14:33:42 +01:00
Manuel Thalmann c091e5c808
Minify code 2022-12-15 14:29:07 +01:00
Manuel Thalmann 023c725aae
Set class if someone wins
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-15 14:21:43 +01:00
Manuel Thalmann 30cbc40d38
Move all click handlers to the App 2022-12-15 14:17:11 +01:00
Manuel Thalmann 80b55732e7
Move all click events to Component.js 2022-12-15 13:47:23 +01:00
Manuel Thalmann 1e47864ee2
Remove obsolete files 2022-12-15 12:02:53 +01:00
Manuel Thalmann cd88607ad3
Add an event handler for the click event 2022-12-15 11:52:17 +01:00
Manuel Thalmann e6cea57d65
Store state as an object 2022-12-15 11:51:59 +01:00
Manuel Thalmann c94dc1cb8f
Refactor the ElementDescriptor type 2022-12-15 10:55:46 +01:00
Manuel Thalmann 5ff474a7ea
Nest render function in separate class
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-15 10:09:22 +01:00
Manuel Thalmann babdc6104e
Rename SJDON to SuiWeb 2022-12-15 10:07:48 +01:00
Manuel Thalmann 6beda8d14f
Render game using SJDON 2022-12-15 10:06:49 +01:00
Manuel Thalmann 7b765db827
Add currentPlayer property to Game class 2022-12-15 10:04:00 +01:00
Manuel Thalmann 8020d30d6b
Add a message if someone wins
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-15 01:16:28 +01:00
Manuel Thalmann 05c935d3fa
Only allow moves if there is no winner 2022-12-15 01:13:49 +01:00
Manuel Thalmann de2884c16d
Add a method for checking whether there is a winner 2022-12-15 01:13:18 +01:00
Manuel Thalmann 9107c557af
Store game in localStorage
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-15 01:02:20 +01:00
Manuel Thalmann e34ae6d1c3
Roll back to single workspace environment 2022-12-15 00:57:54 +01:00
Manuel Thalmann 6df42d2e3f
Remove express server 2022-12-15 00:53:33 +01:00
Manuel Thalmann d87da24d30
Replace template fields in license 2022-12-15 00:49:30 +01:00
Manuel Thalmann c40492c0e3
Fix broken type
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-15 00:43:35 +01:00
Manuel Thalmann 602d8b4d6f
Prevent new game button from reloading page 2022-12-15 00:43:27 +01:00
Manuel Thalmann 399fa7257c
Render game using SJDON 2022-12-15 00:43:15 +01:00
Manuel Thalmann 2aa9bf5b4b
Add function for rendering SJDON 2022-12-15 00:35:54 +01:00
Manuel Thalmann 2d0b47f603
Add a script for checking for a winner
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-14 22:01:08 +01:00
Manuel Thalmann fd172a48ed
Add code for saving and loading game
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-14 20:13:01 +01:00