7 ms·
Ask HN: How to improve daily crypto investment game?
As a fun side project I built a daily crypto investment game. It randomly selects five of the top 200 cryptos each day and users can compete by investing 100k (fake money) into the tokens of their choosing. The following day users can see if they made the leaderboard for both biggest gains and biggest losses.
Site: https://cryptable.club
The site does not require email or registration to play.
I'm running out of new feature ideas but I'm not ready to let this one go. If anyone has any ideas, please let me know.
So you don't have to visit the site, right now it has the following features:
- Dark/Light Mode
- Past 7-day Spark graph of each currency
- Summary section showing how much you made/lost on each coin the previous day
- Leaderboard showing biggest gainers/losers
- Share to social
Possible features I've considered:
- 1v1 Challenge - Allow players to challenge friends for the day. Show the results in a separate 1v1 widget showing who won and how much profit/loss they both made.
- Email daily recap. If the user chooses to register, we could email them their daily recap which would show how much they made/lost on each of the five coins.
Tech stack:
- DynamoDB
- Lambdas running NodeJS to get price updates from the CoinGecko API every ~3 minutes, also for generating the leaderboard after the cutoff time
- Vue/Vuetify for frontend
- endorphine 4y agoI think this belongs better as an Show HN thread.
- nerfed 4y agoHonestly I was debating between Show and Ask HN. I'll do just that, thanks!