Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Chrome

Tabaholics 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).