Skip to content

jskrd/ts-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Bun Tests

About

An implementation of Conway's Game of Life in TypeScript.

Built with:

  • TypeScript for type safety and modern JavaScript features
  • Bun for dependency management, building, and testing
  • Biome for code formatting and linting

Usage

Installation

bun install

Building for Development

bun run dev

Building for Production

bun run prod

Running Tests

bun test

Formatting and Linting

bun run format
bun run lint

About

🔲 An implementation of Conway's Game of Life in TypeScript

Resources

License

Stars

Watchers

Forks