No description
Find a file
Github Readme Stats Bot 16d377a726 WIP rules & evaluators
2026-01-17 19:03:21 -07:00
decks Project init, returns a shuffled pile (deck) of cards 2026-01-16 21:14:50 -07:00
rules WIP rules & evaluators 2026-01-17 19:03:21 -07:00
.gitignore Project init, returns a shuffled pile (deck) of cards 2026-01-16 21:14:50 -07:00
bun.lock Project init, returns a shuffled pile (deck) of cards 2026-01-16 21:14:50 -07:00
card.test.ts Card and Pile tests 2026-01-17 18:10:52 -07:00
card.ts Card and Pile tests 2026-01-17 18:10:52 -07:00
evaluator.ts WIP rules & evaluators 2026-01-17 19:03:21 -07:00
index.ts Project init, returns a shuffled pile (deck) of cards 2026-01-16 21:14:50 -07:00
mise.toml Project init, returns a shuffled pile (deck) of cards 2026-01-16 21:14:50 -07:00
package.json Project init, returns a shuffled pile (deck) of cards 2026-01-16 21:14:50 -07:00
pile.test.ts Card and Pile tests 2026-01-17 18:10:52 -07:00
pile.ts Project init, returns a shuffled pile (deck) of cards 2026-01-16 21:14:50 -07:00
README.md Project init, returns a shuffled pile (deck) of cards 2026-01-16 21:14:50 -07:00
tsconfig.json Project init, returns a shuffled pile (deck) of cards 2026-01-16 21:14:50 -07:00
utils.test.ts Utils test 2026-01-17 18:15:34 -07:00
utils.ts Project init, returns a shuffled pile (deck) of cards 2026-01-16 21:14:50 -07:00

cards

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.6. Bun is a fast all-in-one JavaScript runtime.