adibtatriantama / Conways-Game-of-Life

Home Page:https://conways-game-of-life-adibtatriantama.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of Life

Web app implementaion of Conway's Game of Life

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Reference

This project is from Free Code Camp Take Home Projects.

User stories to complete the challenge

  1. When I first arrive at the game, it will randomly generate a board and start playing.
  2. I can start and stop the board.
  3. I can set up the board.
  4. I can clear the board.
  5. When I press start, the game will play out.
  6. Each time the board changes, I can see how many generations have gone by.

About

https://conways-game-of-life-adibtatriantama.vercel.app

License:MIT License


Languages

Language:TypeScript 74.3%Language:JavaScript 11.9%Language:Svelte 10.6%Language:HTML 2.7%Language:CSS 0.5%