/kelficson

A heardle clone with audio drama.

Primary LanguageSvelteGNU Affero General Public License v3.0AGPL-3.0

audial

audial is a wordle-style web game, but instead of formulating a word, the user guesses the song.

Expanded from just a song a day, audial also inlcudes:

  • A randomization mode
  • Support for custom playlists
  • Stat and history tracking

Technologies

Development

Clone the repository, install dependencies with yarn install and start the development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of audial:

npm run build

An index.html will become available in docs/.

You can preview the production build with npm run preview.