index
:
ampere
main
A fast Checkers engine
Mica White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-10-04
Remove unused imports
Micha White
2023-10-04
Temporary functions used for UI
Micha White
2023-10-03
Fix `has_jump_at` functions
Micha White
2023-10-03
Fix bug with move generation jumps
Micha White
2023-10-03
Update UI
Micha White
2023-10-03
First attempt at PDN implementation
Micha White
2023-09-27
Changed some Cargo.toml's
Micha White
2023-09-27
Edited some of the crates
Micha White
2023-09-27
Create a pdn crate
Micha White
2023-09-27
Big changes
Micha White
2021-09-19
Fixed segmentation fault
Mike White
2021-09-19
Fixed bug that allowed double jumps for other pieces
Mike White
2021-09-18
Fixed the best move so it would actually make good moves
Mike White
2021-09-18
Removed unused imports
Mike White
2021-09-18
Created a transposition table and fixed some bugs
Mike White
2021-09-18
Implemented stalemate
Mike White
2021-09-18
Made the light player actually play well
Mike White
2021-09-18
Implement multithreading
Mike White
2021-09-15
Removed print statement
Mike White
2021-09-15
Added best move function
Mike White
2021-09-06
Added some efficient iterator methods
Mike White
2021-09-06
Unit tests
Mike White
2021-09-06
Alpha-beta pruning
Mike White
2021-09-05
Fixed evaluation and created eval command
Mike White
2021-08-29
Fixed a couple of bugs I found
Mike White
2021-08-29
Added the ability to move
Mike White
2021-08-27
Highlighted possible moves when a piece is clicked
Mike White
2021-08-26
Fixed bug
Mike White
2021-08-26
Refactored converting row column coordinates to value
Mike White
2021-08-23
Created a basic UI that displays a single position
Mike White
2021-08-23
Cleaned up a little
Mike White
2021-08-23
Added a helper function for the UI to use
Mike White
2021-08-23
Added documentation for the structures
Mike White
2021-08-22
Removed deprecated constant
Botahamec
2021-08-22
Optimized the speed by predefining all possible moves
Botahamec
2021-08-22
Fixed last unit test
Botahamec
2021-07-20
Fixed unit tests
mrw1593
2021-07-20
Fixed a couple errors
mrw1593
2021-07-20
Added a minimax evaluation function
mrw1593
2021-07-13
Moved `can_jump` into `backward_right_movers`
Botahamec
2021-07-13
Updated docs and tests
mrw1593
2021-07-09
here's what i have so far
Botahamec
2021-07-09
here's what i have so far
Botahamec
2021-07-08
here's what i have so far
Botahamec