mirror of
https://github.com/Kugelschieber/breach.git
synced 2026-01-18 03:50:24 +00:00
76a1dd8774e0ab29a03d21f5a731c271742c1c1e
The 4 constructor arguments already were a bit confusing with two `number` types, also the game config will likely be the output of the matrix generator, so it makes sense to have a separate interface for that anyway.
Breach
A browser game inspired by Breach Protocol from Cyberpunk 2077.
Building the project
// run once to install all dependencies
npm i
// run all tests
npm run test
// run the server for local development
npm run serve
// build for production
npm run build
License
MIT
Languages
TypeScript
76.2%
Vue
16%
SCSS
6.1%
HTML
1.7%