Skip to content

kangalio/guessthesong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

I scraped https://guessthesong.io's frontend code and reimplemented the backend

Credit

Big thanks to GuessTheSong's devs for this wonderful online casual multiplayer game

I was allowed to make this repository open-source:

btw would you say it's ok if i make the github repo public which contains the downloaded .html/.js/.css from guessthesong?

Yeah that is fine, the CSS, HTML on that site was some of the first front end coding we did though so it is not that great anyway. Maybe when you launch your site you wanna put a credit to the source 🫡

source

Changes compared to original

  • Custom Spotify/YouTube playlists
  • Unicode support
  • You can join mid-game
  • Round skip and stop game is instant
  • Punctuation is ignored when guessing

This is just the list of newly implemented features. The list of not yet implemented features is much larger. Expect bugs and missing features!

How to run

  1. Create a Spotify developer application
  2. Find the Client ID and Client Secret values
  3. Copy .env.example to .env and overwrite the credentials
  4. Install the Rust programming language
  5. Run this Rust project like normal: cargo run in the terminal

Releases

No releases published

Packages

No packages published