Skip to content

Commit

Permalink
Botris 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mm304321141 committed Aug 9, 2024
1 parent 0b05433 commit 9cfe33a
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,15 @@ add_executable(${PROJECT_NAME}
src/search_aspin.cpp
src/tetris_core.cpp
)

project(cmd_tris)
add_executable(${PROJECT_NAME}
src/ai_zzz.cpp
src/cmd_tris.cpp
src/integer_utils.cpp
src/random.cpp
src/rule_botris.cpp
src/search_aspin.cpp
src/tetris_core.cpp
)
target_include_directories(${PROJECT_NAME} PRIVATE src)
Loading

0 comments on commit 9cfe33a

Please sign in to comment.