Skip to content

Commit

Permalink
adjusting index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
uds committed Jan 14, 2024
1 parent 2fdfcce commit ed46f83
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,27 @@
</style>
</head>
<body>
<script src="js/main.js"></script>
<script src="/js/main.js"></script>

<div>
{{
# Welcome to the Life project!

This project is a vitalization developed using the principles of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life). It simulates the behavior of cells in a grid, following a set of rules that determine their survival or death.
<div markdown="1">
# Welcome to the Life project!

This project is a vitalization developed using the principles of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life). It simulates the behavior of cells in a grid, following a set of rules that determine their survival or death.

## Sample Patterns

The Life project includes several sample patterns that you can use to explore the behavior of the cells. Some of the patterns available are:

- Glider: A pattern that moves diagonally across the grid.
- Blinker: A pattern that oscillates between two states.
- Toad: A pattern that oscillates between two states, but with a different shape than the blinker.
- Gosper Glider Gun: A configuration of cells that generates a stream of gliders, which are moving patterns that travel across the grid.

Feel free to experiment with these patterns and create your own!

## Demo
}}
## Sample Patterns

The Life project includes several sample patterns that you can use to explore the behavior of the cells. Some of the patterns available are:

- Glider: A pattern that moves diagonally across the grid.
- Blinker: A pattern that oscillates between two states.
- Toad: A pattern that oscillates between two states, but with a different shape than the blinker.
- Gosper Glider Gun: A configuration of cells that generates a stream of gliders, which are moving patterns that travel across the grid.

Feel free to experiment with these patterns and create your own!

## Demo
</div>

<canvas id="renderCanvas" width="640px" height="480px"></canvas>
</body>
</html>

0 comments on commit ed46f83

Please sign in to comment.