Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thekorn/game-of-life
https://github.com/thekorn/game-of-life
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thekorn/game-of-life
- Owner: thekorn
- Created: 2023-08-28T01:58:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T20:17:53.000Z (over 1 year ago)
- Last Synced: 2023-09-04T02:05:52.058Z (over 1 year ago)
- Language: TypeScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# game-of-life
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v0.8.1. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.