Commit Graph

96 Commits

Author SHA1 Message Date
OMGeeky
bfec63b701 cleanup some extra stuff 2025-02-20 17:25:12 +01:00
OMGeeky
5a1167a778 cargo clippy --fix 2025-02-20 17:17:48 +01:00
OMGeeky
14565d1d25 rename struct to Engine 2025-02-20 17:12:40 +01:00
OMGeeky
7e0363fffd move some more consts into submodules 2025-02-20 17:12:12 +01:00
OMGeeky
9fb98fbf7f rustfmt 2025-02-20 17:06:15 +01:00
OMGeeky
5e98e2a671 ignore warning: "... is never used" 2025-02-20 17:02:26 +01:00
OMGeeky
73cd57d4b5 ignore warning: "warning: variable ... should have a snake case name" 2025-02-20 17:01:30 +01:00
OMGeeky
746900f2bc fix warning: "Unnecessary unsafe block" 2025-02-20 16:59:08 +01:00
OMGeeky
7ed9c9360f fix warning: "Unnecessary parentheses around if condition" 2025-02-20 16:56:35 +01:00
OMGeeky
b1f58cf859 refactor into struct instead of static mut variables 2025-02-20 16:55:16 +01:00
Coding with Tom
44fa0d26ad Update Algorithm explanation.txt 2025-01-30 01:42:04 +00:00
Coding with Tom
24c1bb97fe Update Algorithm explanation.txt 2025-01-30 01:36:36 +00:00
Coding with Tom
0c9195a5c1 Update Algorithm explanation.txt 2025-01-30 01:31:45 +00:00
Coding with Tom
734aadaff5 Update Algorithm explanation.txt 2025-01-30 01:31:16 +00:00
Coding with Tom
8d64057a72 Update main.zig
Fixed errors
2025-01-24 12:57:50 +00:00
Coding with Tom
6523601c94 Update README.md 2025-01-22 15:09:44 +00:00
Coding with Tom
ca0c744bdb Update README.md 2025-01-22 15:08:39 +00:00
Coding with Tom
47914e7df2 Update engine.py
no numpy, using only ints. Compiled with pypy
2025-01-22 15:07:56 +00:00
Coding with Tom
9212c315d7 Update README.md 2025-01-22 13:50:57 +00:00
Coding with Tom
2b0847b6bb Update main.rs
Made movelist and pin arrays global. reduced movelist to 50 for each part.
2025-01-22 13:50:01 +00:00
Coding with Tom
1092c3f466 Update chess_move_generator.cpp
movelist to 50 and removed unnecessary if statements
2025-01-22 13:29:36 +00:00
Coding with Tom
218e105f26 Update main.d
Reduced movelist to 50 and didn't initialize the array
2025-01-22 13:25:28 +00:00
Coding with Tom
971af4f55a Update Perft.go
move list to 50 and removed unneeded if statements
2025-01-20 18:23:30 +00:00
Coding with Tom
b06fd03362 Update main.zig
removed unnecessary if statements and made move_list 50
2025-01-20 17:22:59 +00:00
Coding with Tom
754b9c718d Update Perft.odin 2025-01-20 17:18:30 +00:00
Coding with Tom
b96f8c3b7a Update README.md 2025-01-20 17:11:48 +00:00
Coding with Tom
e24d2e6017 Update README.md 2025-01-20 17:10:26 +00:00
Coding with Tom
812485bd23 Update README.md 2025-01-20 17:09:56 +00:00
Coding with Tom
a5952c3af1 Rename Perft_Func to Perft_Func.cs 2025-01-20 17:02:04 +00:00
Coding with Tom
1ba901d0bf Create Debugging.cs 2025-01-20 17:01:27 +00:00
Coding with Tom
7141249ea1 Create Board.cs 2025-01-20 17:00:53 +00:00
Coding with Tom
dff3b0da9d Create MoveUtils.cs 2025-01-20 17:00:19 +00:00
Coding with Tom
b3c6b118bb Create Constants.cs 2025-01-20 16:59:50 +00:00
Coding with Tom
410c628f78 Create GenMoves.cs 2025-01-20 16:59:26 +00:00
Coding with Tom
04439b542b Create Perft_Func 2025-01-20 16:57:11 +00:00
Coding with Tom
9459cde45d Create Perft_Debug.cs 2025-01-20 16:56:27 +00:00
Coding with Tom
ff74d6d08e Create Make_Move.cs 2025-01-20 16:55:28 +00:00
Coding with Tom
96c05efa3b Create main.cs 2025-01-20 16:52:02 +00:00
Coding with Tom
d6e8c00ac4 Update README.md 2025-01-20 16:50:12 +00:00
Coding with Tom
8850bfa3c4 Update main.c
Removed unnecessary if statements and made move_list 50 elements
2025-01-20 16:46:38 +00:00
Coding with Tom
b47c753569 Update Algorithm explanation.txt 2025-01-19 22:02:36 +00:00
Coding with Tom
fb28fe3285 Update README.md 2025-01-19 21:51:50 +00:00
Coding with Tom
a6abddd6c2 Update README.md 2025-01-19 20:17:34 +00:00
Coding with Tom
2ef698fb2c Update README.md 2025-01-19 14:51:09 +00:00
Coding with Tom
fd49de97b6 Update explanation.txt 2025-01-19 14:50:42 +00:00
Coding with Tom
407e88cbe4 Add files via upload 2025-01-19 14:45:46 +00:00
Coding with Tom
c1d7eccb06 Delete Java/Testing.java 2025-01-19 14:44:45 +00:00
Coding with Tom
7e1f3b5f68 Delete Java/Pr.java 2025-01-19 14:44:37 +00:00
Coding with Tom
cf2ef18d42 Delete Java/Perft.java 2025-01-19 14:44:29 +00:00
Coding with Tom
86723d3751 Delete Java/MoveUtils.java 2025-01-19 14:44:20 +00:00