Pavel Lutskov pavel
  • Joined on 2020-07-17
pavel closed issue pavel/chess#1 2021-12-13 17:04:58 +00:00
Implement cmdline parser
pavel pushed to master at pavel/chess 2021-12-13 17:04:21 +00:00
b9f39fa0b4 Implement get_moves command on rs
pavel pushed to master at pavel/chess 2021-12-12 11:50:37 +00:00
aa899740c6 Implement basic cmdline UI framework
pavel pushed to master at pavel/chess 2021-12-12 10:49:47 +00:00
6d433a6d01 Create a separate Ui struct
pavel opened issue pavel/chess#2 2021-12-12 10:24:38 +00:00
Implement status indicator in frontend
pavel opened issue pavel/chess#1 2021-12-11 18:32:16 +00:00
Implement cmdline parser
pavel pushed to master at pavel/chess 2021-12-11 18:00:43 +00:00
1f5e58d981 Implement get_legal_moves function
pavel pushed to master at pavel/chess 2021-12-11 17:08:15 +00:00
7788aea805 Address eslint
pavel pushed to master at pavel/chess 2021-12-11 17:04:12 +00:00
9e8b633447 Fix clippy suggesting to do something weird
pavel pushed to master at pavel/chess 2021-12-11 16:59:51 +00:00
f8c7323b47 Implement std::fmt::Display for board
pavel pushed to master at pavel/chess 2021-12-11 16:28:26 +00:00
7143427dd2 Fix misc clippy suggestions
pavel pushed to master at pavel/chess 2021-12-11 16:21:39 +00:00
7dabb49cd4 Do another refactoring of frontend
pavel pushed to master at pavel/chess 2021-12-11 14:02:15 +00:00
b5c252bd4d Implement basic frontend-engine interaction
pavel pushed to master at pavel/chess 2021-12-05 17:14:49 +00:00
57931b29de Add serialization to String
pavel pushed to master at pavel/chess 2021-12-05 14:44:11 +00:00
4f3469b3e3 Change Board state to HashMap
pavel pushed to master at pavel/chess 2021-12-05 14:42:41 +00:00
8fb8d55ef3 Change Board state to HashMap
pavel pushed to master at pavel/chess 2021-12-05 11:09:14 +00:00
81626aefec Remove position from Piece struct
pavel pushed to master at pavel/chess 2021-12-05 10:54:43 +00:00
02e7d7e984 Split board-related stuff into board.rs
pavel pushed to master at pavel/chess 2021-12-04 17:55:38 +00:00
458f87fd61 Rename row/column to rank/file
pavel pushed to master at pavel/chess 2021-11-23 21:48:49 +00:00
e45fd3981a Implement board setup