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-12-28
Changes made to support the eventual C API
Micha White
2023-12-22
Move logic around
Micha White
2023-12-22
Add SquareCoordinates methods
Micha White
2023-12-21
Remove unused imports
Micha White
2023-12-21
Split up search and eval
Micha White
2023-12-21
Add docs
Micha White
2023-12-21
Reduce the size of a move to 8 bits
Micha White
2023-12-21
Import arrayvec
Micha White
2023-12-21
Updated two tests
Micha White
2023-12-21
Removed a TODO
Micha White
2023-12-21
Fix warnings
Micha White
2023-12-21
Remove UI
Micha White
2023-12-21
Remove some memory allocations
Micha White
2023-12-21
Recreated benchmark tool for new API
Micha White
2023-12-21
Added some small extra functionality to the engine
Micha White
2023-12-21
Engine API
Micha White
2023-10-10
Tablebase header
Micha White
2023-10-10
Implement a lazy selection sort for move ordering
Micha White
2023-10-10
Use mimalloc
Micha White
2023-10-10
Switch to i16 evaluation
Micha White
2023-10-08
Optimize config
Micha White
2023-10-08
Better evaluation structure for force wins
Micha White
2023-10-06
Create Evaluation type
Micha White
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
[next]