Conway's Game of Life as a React web app
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Dylan Baker 3848384363 Stop if there are no remaining living cells 4年前
..
Board.tsx Stop if there are no remaining living cells 4年前
Cell.tsx Reset button stops the game 4年前
Controls.tsx Add import and export 4年前
index.css Add generation counter 4年前
index.tsx Rearrange to avoid position: absolute 4年前
lib.ts Allow decreasing grid dimensions 4年前
logo.svg Initialize project using Create React App 4年前
react-app-env.d.ts Initialize project using Create React App 4年前
reportWebVitals.ts Initialize project using Create React App 4年前
setupTests.ts Initialize project using Create React App 4年前