Commit Graph

  • 912319f7be remove self from function signatures where it is not needed main OMGeeky 2025-02-20 17:42:29 +01:00
  • 4e1c736364 add notes OMGeeky 2025-02-20 17:27:25 +01:00
  • bfec63b701 cleanup some extra stuff OMGeeky 2025-02-20 17:25:12 +01:00
  • 5a1167a778 cargo clippy --fix OMGeeky 2025-02-20 17:17:48 +01:00
  • 14565d1d25 rename struct to Engine OMGeeky 2025-02-20 17:12:40 +01:00
  • 7e0363fffd move some more consts into submodules OMGeeky 2025-02-20 17:12:12 +01:00
  • 9fb98fbf7f rustfmt OMGeeky 2025-02-20 17:06:15 +01:00
  • 5e98e2a671 ignore warning: "... is never used" OMGeeky 2025-02-20 17:02:26 +01:00
  • 73cd57d4b5 ignore warning: "warning: variable ... should have a snake case name" OMGeeky 2025-02-20 17:01:30 +01:00
  • 746900f2bc fix warning: "Unnecessary unsafe block" OMGeeky 2025-02-20 16:59:08 +01:00
  • 7ed9c9360f fix warning: "Unnecessary parentheses around if condition" OMGeeky 2025-02-20 16:56:35 +01:00
  • b1f58cf859 refactor into struct instead of static mut variables OMGeeky 2025-02-20 16:55:16 +01:00
  • 44fa0d26ad Update Algorithm explanation.txt Coding with Tom 2025-01-30 01:42:04 +00:00
  • 24c1bb97fe Update Algorithm explanation.txt Coding with Tom 2025-01-30 01:36:36 +00:00
  • 0c9195a5c1 Update Algorithm explanation.txt Coding with Tom 2025-01-30 01:31:45 +00:00
  • 734aadaff5 Update Algorithm explanation.txt Coding with Tom 2025-01-30 01:31:16 +00:00
  • 8d64057a72 Update main.zig Coding with Tom 2025-01-24 12:57:50 +00:00
  • 6523601c94 Update README.md Coding with Tom 2025-01-22 15:09:44 +00:00
  • ca0c744bdb Update README.md Coding with Tom 2025-01-22 15:08:39 +00:00
  • 47914e7df2 Update engine.py Coding with Tom 2025-01-22 15:07:56 +00:00
  • 9212c315d7 Update README.md Coding with Tom 2025-01-22 13:50:57 +00:00
  • 2b0847b6bb Update main.rs Coding with Tom 2025-01-22 13:50:01 +00:00
  • 1092c3f466 Update chess_move_generator.cpp Coding with Tom 2025-01-22 13:29:36 +00:00
  • 218e105f26 Update main.d Coding with Tom 2025-01-22 13:25:28 +00:00
  • 971af4f55a Update Perft.go Coding with Tom 2025-01-20 18:23:30 +00:00
  • b06fd03362 Update main.zig Coding with Tom 2025-01-20 17:22:59 +00:00
  • 754b9c718d Update Perft.odin Coding with Tom 2025-01-20 17:18:30 +00:00
  • b96f8c3b7a Update README.md Coding with Tom 2025-01-20 17:11:48 +00:00
  • e24d2e6017 Update README.md Coding with Tom 2025-01-20 17:10:26 +00:00
  • 812485bd23 Update README.md Coding with Tom 2025-01-20 17:09:56 +00:00
  • a5952c3af1 Rename Perft_Func to Perft_Func.cs Coding with Tom 2025-01-20 17:02:04 +00:00
  • 1ba901d0bf Create Debugging.cs Coding with Tom 2025-01-20 17:01:27 +00:00
  • 7141249ea1 Create Board.cs Coding with Tom 2025-01-20 17:00:53 +00:00
  • dff3b0da9d Create MoveUtils.cs Coding with Tom 2025-01-20 17:00:19 +00:00
  • b3c6b118bb Create Constants.cs Coding with Tom 2025-01-20 16:59:50 +00:00
  • 410c628f78 Create GenMoves.cs Coding with Tom 2025-01-20 16:59:26 +00:00
  • 04439b542b Create Perft_Func Coding with Tom 2025-01-20 16:57:11 +00:00
  • 9459cde45d Create Perft_Debug.cs Coding with Tom 2025-01-20 16:56:27 +00:00
  • ff74d6d08e Create Make_Move.cs Coding with Tom 2025-01-20 16:55:28 +00:00
  • 96c05efa3b Create main.cs Coding with Tom 2025-01-20 16:52:02 +00:00
  • d6e8c00ac4 Update README.md Coding with Tom 2025-01-20 16:50:12 +00:00
  • 8850bfa3c4 Update main.c Coding with Tom 2025-01-20 16:46:38 +00:00
  • b47c753569 Update Algorithm explanation.txt Coding with Tom 2025-01-19 22:02:36 +00:00
  • fb28fe3285 Update README.md Coding with Tom 2025-01-19 21:51:50 +00:00
  • a6abddd6c2 Update README.md Coding with Tom 2025-01-19 20:17:34 +00:00
  • 2ef698fb2c Update README.md Coding with Tom 2025-01-19 14:51:09 +00:00
  • fd49de97b6 Update explanation.txt Coding with Tom 2025-01-19 14:50:42 +00:00
  • 407e88cbe4 Add files via upload Coding with Tom 2025-01-19 14:45:46 +00:00
  • c1d7eccb06 Delete Java/Testing.java Coding with Tom 2025-01-19 14:44:45 +00:00
  • 7e1f3b5f68 Delete Java/Pr.java Coding with Tom 2025-01-19 14:44:37 +00:00
  • cf2ef18d42 Delete Java/Perft.java Coding with Tom 2025-01-19 14:44:29 +00:00
  • 86723d3751 Delete Java/MoveUtils.java Coding with Tom 2025-01-19 14:44:20 +00:00
  • 5c2b5689f3 Delete Java/MoveConstants.java Coding with Tom 2025-01-19 14:44:11 +00:00
  • 2bc11a8b5d Delete Java/Inb.java Coding with Tom 2025-01-19 14:44:01 +00:00
  • 751ee1b318 Delete Java/GenConst.java Coding with Tom 2025-01-19 14:43:51 +00:00
  • 0c48b743e3 Delete Java/ChessEngine.java Coding with Tom 2025-01-19 14:43:40 +00:00
  • e50c15c613 Delete Java/Board.java Coding with Tom 2025-01-19 14:43:28 +00:00
  • 4653c5ccc6 Delete Java/Bitboard.java Coding with Tom 2025-01-19 14:43:17 +00:00
  • 8ba00b4322 Update README.md Coding with Tom 2025-01-19 13:48:04 +00:00
  • 2320435a85 Update README.md Coding with Tom 2025-01-18 21:48:55 +00:00
  • ff9cfe8a15 Update README.md Coding with Tom 2025-01-18 18:05:18 +00:00
  • 7fb2919293 Update README.md Coding with Tom 2025-01-18 18:02:01 +00:00
  • d3dc0d133b Update README.md Coding with Tom 2025-01-18 18:00:22 +00:00
  • 37d69c959e Update README.md Coding with Tom 2025-01-18 17:59:55 +00:00
  • 907c3013b4 Create README.md Coding with Tom 2025-01-18 17:59:13 +00:00
  • 4c58a7cf60 Update Algorithm explanation.txt Coding with Tom 2025-01-14 19:14:24 +00:00
  • 2364223f45 Update Algorithm explanation.txt Coding with Tom 2025-01-14 15:00:55 +00:00
  • 9d40d3d1a4 Update Algorithm explanation.txt Coding with Tom 2025-01-14 14:43:45 +00:00
  • 10c0fa442c Update Algorithm explanation.txt Coding with Tom 2025-01-14 11:58:18 +00:00
  • 8f83d2e610 Create Algorithm explanation.txt Coding with Tom 2025-01-14 11:21:38 +00:00
  • 7535f4ad4e Update ChessEngine.cs Coding with Tom 2025-01-13 20:05:47 +00:00
  • 2c246c176b Update explanation.txt Coding with Tom 2025-01-12 22:53:52 +00:00
  • f0b26ee156 Create explanation.txt Coding with Tom 2025-01-12 22:50:50 +00:00
  • 55c3acf98e Add files via upload Coding with Tom 2025-01-12 22:42:08 +00:00
  • 6a0607ff0d Create ChessEngine.java Coding with Tom 2025-01-12 22:41:43 +00:00
  • 3943f71489 Create Constants.cs Coding with Tom 2025-01-12 22:30:49 +00:00
  • 4037dcaea9 Create ChessEngine.cs Coding with Tom 2025-01-12 22:30:12 +00:00
  • 2eca7fc41c Create engine.py Coding with Tom 2025-01-12 22:27:49 +00:00
  • ce40298159 Add files via upload Coding with Tom 2025-01-12 22:08:14 +00:00
  • d348e81556 Update main.c Coding with Tom 2025-01-12 22:07:28 +00:00
  • 1320e01435 Create main.c Coding with Tom 2025-01-12 21:52:52 +00:00
  • b45a65021d Create main.d Coding with Tom 2025-01-12 21:51:12 +00:00
  • 281cc8d589 Create main.swift Coding with Tom 2025-01-12 21:50:03 +00:00
  • 883ee4987b Create main.nim Coding with Tom 2025-01-12 21:48:51 +00:00
  • d668d099ca Create main.rs Coding with Tom 2025-01-12 21:47:55 +00:00
  • 74d1fe81cf Create constants.rs Coding with Tom 2025-01-12 21:47:23 +00:00
  • 15bbd7b1fc Add files via upload Coding with Tom 2025-01-12 21:46:12 +00:00
  • f883124378 Create chessengine.go Coding with Tom 2025-01-12 21:45:46 +00:00
  • dcf0d928b7 Add files via upload Coding with Tom 2025-01-12 21:43:58 +00:00
  • 19c17b8bf3 Create chessengine.odin Coding with Tom 2025-01-12 21:43:30 +00:00
  • f3438d1f0d Rename constants.hpp to cpp/constants.hpp Coding with Tom 2025-01-12 21:40:39 +00:00
  • 2b2242d47d Update and rename constants.cpp to cpp/constants.cpp Coding with Tom 2025-01-12 21:40:19 +00:00
  • 8762287845 Rename chess_move_generator.cpp to cpp/chess_move_generator.cpp Coding with Tom 2025-01-12 21:39:43 +00:00
  • bf6435ee74 Create constants.zig Coding with Tom 2025-01-12 21:38:45 +00:00
  • 709f869d80 Create main.zig Coding with Tom 2025-01-12 21:37:36 +00:00
  • 9429581f1e Create chess_move_generator.cpp Coding with Tom 2025-01-12 21:34:16 +00:00
  • 5a7768e2b2 Create constants.hpp Coding with Tom 2025-01-12 21:33:33 +00:00
  • 1648c3f9f9 Create constants.cpp Coding with Tom 2025-01-12 21:32:19 +00:00