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
- Host: GitHub
- URL: https://github.com/guillemcordoba/timethieves
- Owner: guillemcordoba
- License: gpl-3.0
- Created: 2017-09-19T19:22:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T23:18:20.000Z (over 8 years ago)
- Last Synced: 2025-04-20T09:12:07.905Z (about 1 year ago)
- Topics: angular, countdown, countdown-timer, electron, game
- Language: TypeScript
- Size: 318 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TimeThieves
Small but highly configurable countdown app with a battery container to win points before the countdown ends.

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
```