Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 871 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 871 Bytes

kulgami

License

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.

Usage

  • go get github.com/martinplaner/kulgami
  • go install or go build
  • Run with ./kulgami, wait a while until finished. Board is rendered to "board.png" and should be automatically opened in default image viewer.

License

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.