Game board generator for the Kulami board game based on genetic algorithms.
NOTE: Proof of concept, pretty inefficient and far from beautiful code. Created as a quick-and-dirty weekend project some time ago. Just putting it on GitHub if someone is interested.
go get github.com/martinplaner/kulgami
go install
orgo build
- Run with
./kulgami
, wait a while until finished. Board is rendered to "board.png" and should be automatically opened in default image viewer.
Copyright 2017 Martin Planer. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.