Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chiswicked/color-matching-dice

Arrange 4 colored side dice in a row so that no color repeats itself on either side
https://github.com/chiswicked/color-matching-dice

dice go golang

Last synced: 2 months ago
JSON representation

Arrange 4 colored side dice in a row so that no color repeats itself on either side

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/chiswicked/color-matching-dice.svg?branch=master)](https://travis-ci.org/chiswicked/color-matching-dice)
[![Go Report Card](https://goreportcard.com/badge/github.com/chiswicked/color-matching-dice)](https://goreportcard.com/report/github.com/chiswicked/color-matching-dice)
# Color Matching Dice
Arrange 4 colored side dice in a row so that no color repeats itself on either side.

![Color Matching Dice Image](dice.jpg)

## The Dice
Die | Top | Left | Front | Right | Rear | Bottom
--- | --- | --- | --- | --- | --- | ---
#1 | Green | Yellow | Blue | Yellow | Red | Yellow
#2 | Green | Blue | Blue | Yellow | Red | Green
#3 | Red | Yellow | Yellow | Blue | Red | Green
#4 | Yellow | Blue | Green | Red | Red | Green

## Find All Possible Solutions
```
git clone https://github.com/chiswicked/color-matching-dice.git
cd color-matching-dice
go run main.go
```