Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drkno/tab-invaders
The Firefox/Chrome extension for tabaholics
https://github.com/drkno/tab-invaders
Last synced: 1 day ago
JSON representation
The Firefox/Chrome extension for tabaholics
- Host: GitHub
- URL: https://github.com/drkno/tab-invaders
- Owner: drkno
- License: mit
- Created: 2017-11-20T05:57:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T09:35:18.000Z (about 1 year ago)
- Last Synced: 2023-10-10T10:38:43.349Z (about 1 year ago)
- Language: JavaScript
- Size: 2.42 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tab-invaders
[![Download for Firefox here.](https://addons.cdn.mozilla.net/static/img/addons-buttons/AMO-button_1.png)](https://addons.mozilla.org/en-US/firefox/addon/tab-invaders/)
Also supports Google ChromeTabaholics beware, a new enemy is in town. Your tab collections are cowering in fear and sending their best fighters to protect them against the oncoming attack. But alas, their aim is that of storm-troopers and you are a master pilot.
This webextension is a game of space-invaders, modified to kill tabs instead of aliens. As each tab is killed, it will close in your browser.
### Screenshots
![](src/img/screenshots/icon.png)
![](src/img/screenshots/start.png)
![](src/img/screenshots/game.png)### Building
1. `yarn`
2. `yarn build`
3. The extension is then in the `build/extension` directory### License and Credits
[MIT License](./LICENSE)To create the game of space invaders, rather than re-invent the wheel this codebase uses an almost-complete-rewrite of [https://github.com/StrykerKKD/SpaceInvaders](https://github.com/StrykerKKD/SpaceInvaders).