index
:
gameoflife
main
Simple Conway's Game of Life Implementation in C++ using SDL2
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
constants.h
blob: bb7390072307d74fc9436c8c51cbe58bdc863237 (
plain
)
1
2
3
const
int
SCREEN_WIDTH
=
640
;
const
int
SCREEN_HEIGHT
=
480
;
const
int
SCALE_FACTOR
=
2
;