Initial commit
implemented the game of life variation with hexagonal grid
This commit is contained in:
9
ui/events.go
Normal file
9
ui/events.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package ui
|
||||
|
||||
const (
|
||||
ResetButtonEvent = "reset_button"
|
||||
SpeedSliderEvent = "speed_slider"
|
||||
ReproductionTargetEvent = "reproduction_target_slider"
|
||||
OverPopulationSliderEvent = "over_population_slider"
|
||||
UnderPopulationSliderEvent = "under_population_slider"
|
||||
)
|
||||
Reference in New Issue
Block a user