Skip to content

Instantly share code, notes, and snippets.

View bryson's full-sized avatar

Bryson Holland bryson

View GitHub Profile

Keybase proof

I hereby claim:

  • I am bryson on github.
  • I am bryson (https://keybase.io/bryson) on keybase.
  • I have a public key whose fingerprint is C0A7 5F84 27CD E498 E860 737B E2A5 14F3 5CA4 65FF

To claim this, I am signing this object:

@bryson
bryson / go.py
Last active May 24, 2016 10:58 — forked from raylu/Makefile
Go question
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
import unittest
# Go is a 2 player board game with simple rules. Two players alternate turns
# placing stones on a grid. If a stone is surrounded on 4 sides by stones of
# the opponent, it is captured. If a group of stones are surrounded, they are
# captured.
#