mathieucaroff / track-of-thought

Free game for training divided attention

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track Of Thought

Free game for training divided attention


Overview


Download

  • Download the latest release here

Support

  • You can buy me a coffee here:

Buy Me A Coffee


How to play

Your task is to guide an increasing number of balls to their stations.
You must divide your attention to guide them all simultaneously.


Requirements

  • Java 1.8 - Download
  • Add your JRE/bin directory to PATH Environment Variable
    • You can test it by typing java -version in terminal

How to

  • Download and launch .exe from here
  • Or launch .jar via cmd: java -jar track-of-thought_x.y.z.jar

  • Available arguments:
    • --reset - resets progress
    • --log - enables logging to file
    • --create - enables mode for creating custom levels
    • --nocolors - disables colored logging - useful for IDEs
    • --version/-v - displays game's version

Contribute

  • You can contribute by creating new levels
  • Launch the game with --create argument, once your done your level will be saved in:
    • Windows - %appdata%\track_of_thought\
    • Unix - ~/.local/share/track_of_thought/

Sidenotes

  • Windows & Browsers may flag the executable as virus
  • The .exe file is actually a wrapped .jar
  • If your Windows' cmd doesn't support ANSI, here is how to enable it

  • The game was inspired by Lumosity's Train Of Thought

About

Free game for training divided attention


Languages

Language:Java 96.5%Language:CSS 2.8%Language:Python 0.7%