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

https://github.com/guillemcordoba/timethieves

Small app to win points and race against a countdown
https://github.com/guillemcordoba/timethieves

angular countdown countdown-timer electron game

Last synced: about 2 months ago
JSON representation

Small app to win points and race against a countdown

Awesome Lists containing this project

README

          

# TimeThieves

Small but highly configurable countdown app with a battery container to win points before the countdown ends.

![alt text](https://github.com/guillemcordoba/TimeThieves/raw/master/src/assets/screenshot.png "Screenshot")

Built with Angular and Electron.

## Setup

First, enter the time of the countdown, and press "Start". After that, the countdown will start and
the battery will be enabled to fill with points.

Note: if you start the countdown with the "Lock" label checked, all controls will be disabled except for the UP arrow key to fill the battery.

## Controls

* C: enable/disable the countdown
* B: enable/disable the battery container
* UP & DOWN arrow keys: control level of the battery
* LEFT & RIGHT arrow keys: control the time of the countdown in case it has to be changed

## Steps to run the code

* To install dependencies:
```
npm install
```

* To run in development real-time update mode:
```
npm run electrondev
```

* To build the executable file:
```
npm run build
```