Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieucaroff/track-of-thought-web
A game to train diveded attention
https://github.com/mathieucaroff/track-of-thought-web
Last synced: 5 days ago
JSON representation
A game to train diveded attention
- Host: GitHub
- URL: https://github.com/mathieucaroff/track-of-thought-web
- Owner: mathieucaroff
- License: isc
- Created: 2022-08-18T16:03:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T15:41:19.000Z (3 months ago)
- Last Synced: 2024-08-18T17:11:09.439Z (3 months ago)
- Language: TypeScript
- Homepage: track-of-thought-web.vercel.app
- Size: 191 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Track of Thought Web
This is a game to train divided attention. It is a ripoff from Lumosity's Train of Though. It consists in bringing trains to their station by manoeuvring rail switches.
## Play it
The game can be played at any of the following urls:
- https://mathieucaroff.com/track-of-thought-web
- https://track-of-thought-web.vercel.app/### Advanced URL options
- Auto-play mode (at level 29): https://track-of-thought-web.vercel.app/?level=33&showColorIndices&generateRetryCount=200000&autoPlay&layout=squareWidth:100&gridHeight=9&gridWidth=15
To see more url options, on computer, open the developper tools and look in the console
## Requirements
- node.js and yarn
## Building
- Install dependencies by running `yarn`
- Run `yarn build`You can then open dist/index.html in your web browser of choice.
## Developing
- Install dependencies by running `yarn`
- Run `yarn serve`