|
|
eda2ec6c93
|
Implement Knight
|
2025-02-22 15:39:49 +01:00 |
|
|
|
c7f82769e3
|
Add reset button
|
2022-01-05 22:10:04 +01:00 |
|
|
|
5916a054ad
|
Add basic autoplay features to frontend
Rudimentary play for white against engine is now possible.
|
2021-12-27 20:16:38 +01:00 |
|
|
|
c92a9e42d7
|
Add array reply parsing to the adapter
|
2021-12-27 20:15:21 +01:00 |
|
|
|
a7d3bb3752
|
Use cargo run in the adapter
Makes it easier to start the app eliminating the danger of forgetting to
build.
|
2021-12-17 21:26:06 +01:00 |
|
|
|
a1207f2404
|
Implement moving on engine
Thus make all state management the engine's responsibility, and remove
the state maintaining code from frontend!
|
2021-12-14 21:56:27 +01:00 |
|
|
|
c49bedf0ad
|
Split state parsing on adapter into separate func
|
2021-12-14 21:55:23 +01:00 |
|
|
|
9bb6a60ded
|
Implement adapter to the get_moves function
Issue #3
|
2021-12-13 20:22:52 +01:00 |
|
|
|
d36a948936
|
Use separate function to talk to engine in adapter
|
2021-12-13 18:21:24 +01:00 |
|
|
|
aa899740c6
|
Implement basic cmdline UI framework
Issue #1
|
2021-12-12 12:50:02 +01:00 |
|
|
|
7dabb49cd4
|
Do another refactoring of frontend
|
2021-12-11 17:15:50 +01:00 |
|
|
|
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 |
|