Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 628 Bytes

File metadata and controls

6 lines (5 loc) · 628 Bytes

[CodeClash] Bridge

This is the starter codebase for the Bridge arena featured in CodeClash.

This codebase is heavily inspired by open source implementations, such as here, here, and here. Our implementation aims to be lightweight - we maintain a simple game_server/ that runs bridge, along with the run_game.py script to invoke a game. The bridge_agent.py file is a basic, starter implementation of a bridge agent that simply does random actions.