Skip to content

Various implementations of Go (the game) in Python

Notifications You must be signed in to change notification settings

campbeb3/go_implementation

 
 

Repository files navigation

This is a series of implementations of Go, using progressively more advanced techniques. Big thanks to Leah Hanson for help in writing go_sets.py.

To run: python3 go_benchmark.py

To profile:

python3 -m flamegraph -o benchmark.prof go_benchmark.py
flamegraph.pl benchmark.prof > benchmark.svg

Flamegraph can be obtained by cloning Brendan Gregg's repo

About

Various implementations of Go (the game) in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%