Erik Schilling 76a1dd8774 Move Game config into separate object
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.
2020-12-18 13:16:50 +01:00
2020-12-18 13:16:50 +01:00
2020-12-14 22:48:40 +01:00
2020-12-14 22:48:40 +01:00
2020-12-14 22:48:40 +01:00
2020-12-16 19:04:45 +01:00
2020-12-16 10:24:18 +01:00

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

Description
A mobile/browser game inspired by Breach Protocol from Cyberpunk 2077.
Readme MIT 420 KiB
Languages
TypeScript 76.2%
Vue 16%
SCSS 6.1%
HTML 1.7%