[Programming Lab]

[Homework Assignment]

[Team Project]

  • Blokus Champions League - pdf tar(32-bit) tar(64-bit)
    • Static library file(libbcl.a) and header file(bcl.h) are uploaded! Please check this page for revising the library.
    • Usage : gcc main.c player_func.c -o game -L. -lbcl_32 (32-bit OS)
    • Usage : gcc main.c player_func.c -o game -L. -lbcl_64 (64-bit OS)
    • Sample code is uploaded!
      • fool_player.c, main.c
    • Update log
      • Library file is updated! (2013.06.20)
      • Library file is updated! (2013.06.21)
      • Library file is updated! (2013.06.24)
    • Notice : Before using -lbcl option, you must check your gcc's version. If you use gcc lower than 4.6.0, you must update your gcc by "sudo apt-get install gcc-4.6"
    • Notice : If you use 32-bit OS, please downloads the file of "tar(32-bit)", otherwise downloads the file of "tar(64-bit)"