|
|
b5c252bd4d
|
Implement basic frontend-engine interaction
Use a Flask-based Python server as an adapter to the engine's
stdin-stdout inferface.
|
2021-12-11 14:58:16 +01:00 |
|
|
|
57931b29de
|
Add serialization to String
|
2021-12-05 18:14:16 +01:00 |
|
|
|
4f3469b3e3
|
Change Board state to HashMap
|
2021-12-05 15:43:40 +01:00 |
|
|
|
81626aefec
|
Remove position from Piece struct
|
2021-12-05 12:08:45 +01:00 |
|
|
|
02e7d7e984
|
Split board-related stuff into board.rs
|
2021-12-05 11:54:15 +01:00 |
|
|
|
458f87fd61
|
Rename row/column to rank/file
This is how they're "officially" called
|
2021-12-04 18:54:09 +01:00 |
|
|
|
e45fd3981a
|
Implement board setup
|
2021-11-23 22:47:56 +01:00 |
|
|
|
72a691de90
|
Implement initial Pawn setup
|
2021-11-22 22:42:21 +01:00 |
|
|
|
cc58260943
|
Refactor Piece
|
2021-11-17 22:15:00 +01:00 |
|
|
|
799c91fea0
|
Prettier index.html
|
2021-11-14 14:43:32 +01:00 |
|
|
|
51e5228145
|
Implement basic Piece infrastructure
And the Pawn class
|
2021-11-14 14:42:53 +01:00 |
|
|
|
6279e076ac
|
Initialize rs schach engine
|
2021-11-10 20:53:13 +01:00 |
|
|
|
7edf459485
|
Revert "Start backend with rocket.rs"
This reverts commit 28011b8f93.
|
2021-11-09 21:41:29 +01:00 |
|
|
|
b246ba83d1
|
Make prettier
|
2021-11-08 21:55:51 +01:00 |
|
|
|
28011b8f93
|
Start backend with rocket.rs
|
2021-08-15 12:07:02 +02:00 |
|
|
|
cb44ae4184
|
Fix capture
This will probably not be needed in the near future anyway
|
2021-08-13 17:32:33 +02:00 |
|
|
|
ab1e70e7d4
|
Major overhaul of the architecture
It's pretty horrible to have a commit messing up 90% of the code and
also stuff isn't really well organized, but probably it needed to be
done...
|
2021-08-13 17:16:56 +02:00 |
|
|
|
0540b262dd
|
Add basic moving capabilities
|
2021-06-01 21:47:06 +02:00 |
|
|
|
a3ae7c9f71
|
Refactor with some OOP
|
2021-06-01 21:43:25 +02:00 |
|
|
|
751cc2cc04
|
Add jsconfig.json
To improve JS experience
|
2021-05-31 20:59:42 +02:00 |
|
|
|
0e6cd7e2c0
|
Refactor project away from html
Main reason is to dynamically specify the dimensions for the
board canvas.
|
2021-05-31 20:58:48 +02:00 |
|
|
|
1f6bb25ed7
|
Add pieces to the board
|
2021-05-31 20:35:35 +02:00 |
|
|
|
8d65dda7c6
|
Make board dimensions global
|
2021-05-27 20:54:26 +02:00 |
|
|
|
0bbb4e6125
|
Add board index
|
2021-05-26 20:08:53 +02:00 |
|
|
|
dab3b1798b
|
Draw squares
|
2021-05-26 19:39:08 +02:00 |
|
|
|
d3001a66d5
|
initial commit
|
2021-05-26 18:31:18 +02:00 |
|