Skip to content
View bacrossland's full-sized avatar
Block or Report

Block or report bacrossland

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. triplea-docker triplea-docker Public

    Docker image for TripleA board game engine. https://triplea-game.org/

    Shell 2 1

  2. Ruby script for removing old local a... Ruby script for removing old local and remote git branches
    1
    #!/usr/bin/ruby
    2
    
                  
    3
    branches = `git branch --list `
    4
    branches.gsub!('\n')
    5
    
                  
  3. triplea triplea Public

    Forked from triplea-game/triplea

    TripleA is a turn based strategy game and board game engine, similar to Axis & Allies or Risk.

    Java

  4. godice godice Public

    Go Application for GODice (https://getgocube.com/godice/)

    Go

  5. triplea-aws triplea-aws Public

    Ansible playbooks for TripleA servers on AWS

    Shell