https://github.com/benrosen/twenty-second-haiku
A game where you try to compose a haiku from random words in twenty seconds.
https://github.com/benrosen/twenty-second-haiku
Last synced: over 1 year ago
JSON representation
A game where you try to compose a haiku from random words in twenty seconds.
- Host: GitHub
- URL: https://github.com/benrosen/twenty-second-haiku
- Owner: benrosen
- Created: 2022-11-13T17:55:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T22:19:20.000Z (over 3 years ago)
- Last Synced: 2025-01-21T23:46:57.835Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 4.62 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twenty Second Haiku
Compose a haiku from random words in twenty seconds.
[Want to give it a shot?](https://brosen.itch.io/twenty-second-haiku)
## What is a haiku?
A haiku is a poem with three lines.
The first and last lines of a haiku each have five syllables.
The middle line has seven syllables.
```text
This is a haiku
That I wrote to help teach you
How to play my game
```
Above is an example of a haiku.
Note the number of _syllables_ (not words) on each line of the poem.
## How do you play _Twenty Second Haiku_?
The goal of _Twenty Second Haiku_ is to compose a haiku from random words in twenty seconds.
When you begin a game of _Twenty Second Haiku_, you will be presented with a **collection of random words**, an **empty
haiku template**, and a **twenty second timer**.
### How do you win?
You win if you create a valid haiku from the provided words before the timer expires.