A Wordle, (maybe more specifically gamedle) inspired game, where you have to guess the StarCraft2 Progamer.
Find it under guessthesc2pro.com.
Data from Aligulac, who are kind enough to allow usage for non commercial purposes. Data from Aligulac is pulled via GitHub action once a week. Additional information, including missing birthdays, has been mainly sourced from Liquipedia, see db_import/data-fixup.sql.
The SC2 race logos featured in the game are sourced from github.com/sc2-pulse/sc2-icons under the MIT license. It's important to note that these icons are based on the intellectual property of Blizzard Entertainment, Inc.
The Homepage itself is made with Hugo. The game is written in vanilla JavaScript, except for the Search, which uses Fuse. Some icons from FontAwesome.
StarCraft® is a trademarks or registered trademark of Blizzard Entertainment, Inc., in the U.S. and/or other countries.
Checkout with theme submodule, for example:
git clone --recurse-submodules git://github.com/tobijdc/guessthesc2pro
Start the page with Hugo
hugo serve
And access the page on http://localhost:1313
.