hex

hex.git
git clone git://git.lenczewski.org/hex.git
Log | Files | Refs

DateCommit messageAuthorFiles+-
2025-01-03 16:53Fix divide-by-zero bug in hexes if we reach the end of a gameMikołaj Lenczewski1+1-1
2025-01-03 16:07Update schedule to ignore python agent by defaultMikołaj Lenczewski2+7-5
2025-01-03 15:57Fix test-server.sh to use new hex-server uid commandline argsMikołaj Lenczewski1+1-1
2025-01-03 15:56Switch to intrusive list for mcts_node children listMikołaj Lenczewski6+202-103
2025-01-02 15:10Improve documentation for test-server.shMikołaj Lenczewski2+23-2
2025-01-02 14:53Fix server verbosity flag checkMikołaj Lenczewski3+5-3
2025-01-02 14:34Improve tournament-host.py docsMikołaj Lenczewski3+42-4
2025-01-02 14:17Make server build respect WERROR environment variableMikołaj Lenczewski1+1-1
2025-01-02 14:11hexes: Reorganise headers and source filesMikołaj Lenczewski20+437-494
2025-01-02 14:10Add echo to install and uninstall scriptsMikołaj Lenczewski2+4-0
2025-01-02 13:49Allow building on Ubuntu 24.04Mikołaj Lenczewski5+6-7
2024-04-28 15:15Port server to new protocol definitions, change server argsMikołaj Lenczewski12+463-718
2024-04-28 15:15Move agents to new protocol definitionsMikołaj Lenczewski8+102-41
2024-04-28 15:14Split out hex network protocol into separate directoryMikołaj Lenczewski1+177-0
2024-04-26 23:26Update gitignoresMikołaj Lenczewski6+5-11
2024-04-26 23:22Simplify build system for server and agentsMikołaj Lenczewski43+1037-1106
2023-08-21 01:20example_java_agent: Remove excessively modern -source and -target flagsMikołaj Lenczewski1+1-2
2023-08-21 01:14example_cpp_agent: Satisfy GCC compilerMikołaj Lenczewski1+10-13
2023-08-21 01:13example_c_agent: Satisfy GCC compilerMikołaj Lenczewski1+13-13
2023-08-21 01:13hex-server: handle error in freopen for client input, output and errorMikołaj Lenczewski1+14-3
2023-08-21 01:12hex-server: Add assertion to catch invalid values in hexopponentMikołaj Lenczewski1+1-0
2023-08-16 23:42hex: fix README formatMikołaj Lenczewski2+205-205
2023-08-16 23:40hexes: implement exploration in mcts_node_calc_scoreMikołaj Lenczewski1+24-7
2023-08-16 23:09hexes: Implemented argument parsingMikołaj Lenczewski3+56-9
2023-08-13 23:28Ported hexes agent to new server protocolMikołaj Lenczewski22+1657-0
2023-08-13 23:27Initial commitMikołaj Lenczewski36+3585-0