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