• Joined on 2026-05-06
milan pushed to main at milan/WyR 2026-06-13 17:52:36 +02:00
54ffb721dd Inital commit, working non plished website
milan created repository milan/WyR 2026-06-13 17:49:25 +02:00
milan pushed to main at milan/chess 2026-06-06 14:24:13 +02:00
61cc40f925 hardcoded rendering of black rook and knight
milan pushed to main at milan/chess 2026-06-06 14:21:12 +02:00
c97a82ad45 changed resolution of pieces to be 100x100 pixels
milan pushed to main at milan/chess 2026-06-04 16:43:53 +02:00
62d7877903 added piece rendering function to main chess function
a15dd6da40 added file to render pieces on board
Compare 2 commits »
milan pushed to main at milan/chess 2026-06-04 16:00:33 +02:00
milan pushed to main at milan/chess 2026-06-03 20:46:32 +02:00
8c92d79975 added support for position file
31684c6e3f added file for board position and game management
280374c105 added white and black rook
Compare 3 commits »
milan pushed to main at milan/chess 2026-06-03 15:44:26 +02:00
245720b897 changed color for board and added black and white rook .pngs
milan pushed to main at milan/chess 2026-05-18 18:59:59 +02:00
def090d809 simplified
milan pushed to main at milan/chess 2026-05-17 20:04:46 +02:00
ae8506e411 Update readme.md
milan pushed to main at milan/chess 2026-05-17 20:03:59 +02:00
877a24d6b4 added sources and file structure to readme.md
milan pushed to main at milan/chess 2026-05-17 19:59:20 +02:00
91c01edfec fixed flickering while rendering chessboard
c8418af567 rendering board from board.py with render_board() function
3a1ee83060 pre function save
Compare 3 commits »
milan pushed to main at milan/chess 2026-05-17 19:37:48 +02:00
f5d3638815 added .png of all pieces
milan pushed to main at milan/chess 2026-05-17 15:24:57 +02:00
6f57bd5c07 made window size a variable and is not hardcoded anymore
milan pushed to main at milan/chess 2026-05-17 15:18:06 +02:00
b12402947c expanded and refactored readme.md
milan pushed to main at milan/chess 2026-05-10 21:26:09 +02:00
aa1e50510c expanded and refactored readme.md
milan pushed to main at milan/chess 2026-05-10 12:53:52 +02:00
e9d0804bfc added confirmed working system
milan pushed to main at milan/chess 2026-05-10 12:43:37 +02:00
de7e3c529a small QOL changes
milan pushed to main at milan/chess 2026-05-10 12:40:04 +02:00
7cdfd133b1 board now renders with loop
6cacad7ccf added source
Compare 2 commits »
milan pushed to main at milan/chess 2026-05-10 12:12:20 +02:00
a1ced31807 started on drawing board function