Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 480 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 480 Bytes

This is an attempt at implementing a genetic learning algorithm in golang, inspired by Code Bullet.

This code depends on the pixel 2D game library for golang.

To install and run the code simply run the following commands (Assuming go is installed, $GOPATH is correctly set and $GOPATH/bin is in $PATH)

go get -u github.com/sdclarke/genetic/cmd/dots
dots