nxcgol
An implementation of Conway's Game of Life for the Nintendo Switch
 
Loading...
Searching...
No Matches
Config Struct Reference

Data Fields

int simulation_speed
 between 1 and 100 (%)
 
int density
 between 1 and 100
 
bool show_stats
 last row statistics
 
bool auto_restart
 restart on static
 
int stagnant_wait
 wait x generations after colony goes stagnant before restarting
 
bool colorful
 use colors or b/w
 
Color stable
 
Color growth
 
Color dense
 
Color sparce
 

Field Documentation

◆ auto_restart

bool auto_restart

restart on static

◆ colorful

bool colorful

use colors or b/w

◆ dense

Color dense

◆ density

int density

between 1 and 100

◆ growth

Color growth

◆ show_stats

bool show_stats

last row statistics

◆ simulation_speed

int simulation_speed

between 1 and 100 (%)

◆ sparce

Color sparce

◆ stable

Color stable

◆ stagnant_wait

int stagnant_wait

wait x generations after colony goes stagnant before restarting


The documentation for this struct was generated from the following file: