sneakaway-studio / tally-extension

A browser extension that transforms the data advertisers collect into a multiplayer game.
https://tallysavestheinternet.com
MIT License
4 stars 2 forks source link
game surveillance trackers

Tally Saves the Internet!

Tally

Tally Saves the Internet! is a browser extension that transforms the data advertisers collect into a multiplayer game. Learn more at tallysavestheinternet.com.

Install the extension

Game play and options

Demo Mode ("Gallery Version")

This game has a demo mode. Reach out if you want to exhibit this game.

Instructions

Tests

Functional Tests

Functional (a.k.a. "e2e") tests use nightwatch

# install chromedriver to match your version of chrome, for example chrome 96...
npm install chromedriver@96

cd ./__tests__/nightwatch/
npm test

Unit Tests

Unit tests use jest

cd ./__tests__/jest/
npm test

More on nightwatch

Other notes