The Game of Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.
For more information, (right click and open in a new tab) Wikipedia
<script> | |
import Info from './Info.svelte'; | |
const pkg = { | |
name: 'svelte', | |
version: 3, | |
speed: 'blazing', | |
website: 'https://svelte.dev' | |
}; | |
</script> |
<script> | |
let name = 'World'; | |
</script> | |
<h1>Hello {name}!</h1> |
The Game of Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.
For more information, (right click and open in a new tab) Wikipedia
import { Color } from 'davinci-eight' | |
import { Geometric3 as G3 } from 'davinci-newton' | |
const m = G3.meter | |
const kg = G3.kilogram | |
const s = G3.second | |
const C = G3.coulomb | |
const N = kg * m / (s * s) | |
const ε0 = 8.85e-12 * C * C / (N * m * m) |