Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 551 Bytes

File metadata and controls

8 lines (6 loc) · 551 Bytes

Space Invaders Game

This was my test task to join TradingView. The game was written in May of 2017 in Vanilla JS ES6 and using Canvas API. The development/test/build processes were done with help of Babel, Webpack and Jest. This is a modified version, rewritten in TypeScript, Webpack/Jest replaced by Vite/Vitest, with additional tools like Prettier, ESLint, Husky, lint-staged, Commitizen added. The core logic and structure are preserved in their original form.

Live