Skip to content

Instantly share code, notes, and snippets.

@PabloRegen
Last active March 4, 2019 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PabloRegen/4cbb58d99dc04354abd5137f87e5d1ba to your computer and use it in GitHub Desktop.
Save PabloRegen/4cbb58d99dc04354abd5137f87e5d1ba to your computer and use it in GitHub Desktop.
Starting state of the application
class App extends Component {
state = {
boardStatus: newBoardStatus(),
generation: 0,
isGameRunning: false,
speed: 500
};
// Other methods ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment