mirror of
https://github.com/OMGeeky/hcsalmon1-Chess-Engine-Test.git
synced 2026-01-03 09:24:59 +01:00
Create chessengine.odin
This commit is contained in:
8
Odin/chessengine.odin
Normal file
8
Odin/chessengine.odin
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
main :: proc() {
|
||||
|
||||
LoadFen(FEN_STARTING_POSITION)
|
||||
PrintBoard()
|
||||
RunPerftInline(6)
|
||||
}
|
||||
Reference in New Issue
Block a user