Initial commit
implemented the game of life variation with hexagonal grid
This commit is contained in:
5
math/const.go
Normal file
5
math/const.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package math
|
||||
|
||||
import "math"
|
||||
|
||||
const Pi = math.Pi
|
||||
Reference in New Issue
Block a user