https://github.com/janniks/titlerun
The game that only exists in your title bar
https://github.com/janniks/titlerun
game games indie indie-game indiegame
Last synced: 6 months ago
JSON representation
The game that only exists in your title bar
- Host: GitHub
- URL: https://github.com/janniks/titlerun
- Owner: janniks
- License: gpl-3.0
- Created: 2020-05-21T21:07:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-24T13:15:02.000Z (about 3 years ago)
- Last Synced: 2025-02-14T09:51:06.362Z (8 months ago)
- Topics: game, games, indie, indie-game, indiegame
- Language: HTML
- Homepage: https://titlerun.xyz/
- Size: 524 KB
- Stars: 80
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
▷ TitleRun.xyz## Installation
TitleRun is just basic HTML/CSS/JavaScript and works without any dependencies. You can run the game by opening [`public/index.html`](public/index.html) in your browser.
Dependencies are only needed if you want the bookmarklet button to work. Run `npm install` and `npm run build` to replace the bookmarklet placeholder in [`public/index.html`](public/index.html).
## License
[GNU GPLv3](COPYING)