npm i
npm run dev
- open link: http://localhost:9004/
npm run build
- compiles build todist/
foldernpm run preview
- fast preview
The game uses MVC
, DI
, IoC
, Queue of Responsibility
patterns.
main.ts
- point of entryinjection.ts
- definitions of injectionsGame.ts
- the main componentGameModel.ts
- the model of the gameGameView.ts
- the view of the gameGameController.ts
- the controller of the game