1
Fork 0
Minesweeper in the browser without any client-side JavaScript
Find a file
2023-06-27 18:52:22 +02:00
.gitignore Initial commit 2023-06-27 18:52:22 +02:00
bun.lockb Initial commit 2023-06-27 18:52:22 +02:00
justfile Initial commit 2023-06-27 18:52:22 +02:00
LICENSE Initial commit 2023-06-27 18:52:22 +02:00
package.json Initial commit 2023-06-27 18:52:22 +02:00
README.md Initial commit 2023-06-27 18:52:22 +02:00
server.ts Initial commit 2023-06-27 18:52:22 +02:00
style.css Initial commit 2023-06-27 18:52:22 +02:00
tsconfig.json Initial commit 2023-06-27 18:52:22 +02:00

minesweeper-nojs

To install dependencies:

bun install

To run:

bun run server.ts

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