UNPKG
@jharrilim/game-of-life
Version:
latest (0.3.1)
0.3.1
0.3.0
Game of life in CLI
github.com/jharrilim/game-of-life
jharrilim/game-of-life
@jharrilim/game-of-life
/
src
/
Point.ts
5 lines
(4 loc)
•
61 B
text/typescript
View Raw
1
2
3
4
5
export interface Point {
x
: number;
y
: number; }