/timeliner

Timeline Puzzle Game

Primary LanguageTypeScript

Timeliner -- Timeline Puzzle Game

Timeliner is a little puzzle game where you need to put historic events into the right order.

Play here!

Usage

You see a timeline of events in the middle of the screen. At the top you find a description of the next event you should add to the timeline. Click any of the bars before/after an existing timeline event to insert.

Press the settings button (cogwheel ⚙️) to change the deck and play a different timeline.

You can also switch between the two main game modes:

  • Survival: Play until your third mistake
  • Forever: Play until the timeline is completed

Development

Install and run:

cd app
npm install
npm start