Nature of Code
This repository attempts to recreate the exercises from Daniel Schiffman's amazing book, Nature of Code, using the Go programming language and the Ebitengine game library.
Nature of Code explores creative coding concepts through examples that simulate natural phenomena and emergent behaviors. This project aims to translate those examples into Go, making them accessible to a new audience of programmers.
Getting Started
Building the Project
git clone https://github.com/KalebHawkins/natureofcode.git
cd natureofcode
go mod tidy
go build -o noc .
Running the Project
If you just want to run the project without downloading you can run the code like this.
go run github.com/KalebHawkins/natureofcode@latest