Show HN: Number Gacha, a gacha game distilled to its essence
61–70 of 149 posts
This is pretty well done
Re: Show HN: Number Gacha, a gacha game distilled to its essence
#62On mobile, I would appreciate the numerical keyboard for the math problems.
Re: Show HN: Number Gacha, a gacha game distilled to its essence
#63I honestly had no idea what a Gacha is - but the sound of rolling kept me playing. :)
Ive added this to the HN Arcade https://hnarcade.com/games/games/number-gacha
Re: Show HN: Number Gacha, a gacha game distilled to its essence
#64Having never played gacha games but getting a good laugh out of this, is this really a thing people play? How different is the real gameplay?
RNGesus is far, far, far too nice on this game. :)
In real gacha, the odds of pulling something good are generally super ridiculously low.
The odds are generally so bad that they will implement a "pity" system to avoid the awful PR from the common case of spending a ton of money and getting absolute garbage.
Re: Show HN: Number Gacha, a gacha game distilled to its essence
#65If the battle has numeric controls for blocking and other actions (assigned to 1,2,3...) the game would be more fun to try and optimize.
document.addEventListener('keydown', (event) => {
// Map the keys '1', '2', '3' to array indices 0, 1, 2
const keyMap = {
'1': 0,
'2': 1,
'3': 2
};
// Check if the pressed key is 1, 2, or 3
if (event.key in keyMap) {
const targetIndex = keyMap[event.key];
// Dynamically fetch the buttons currently in the DOM
const buttons = document.getElementsByClassName('block-button');
// Ensure the button exists at that index before clicking
if (buttons[targetIndex]) {
buttons[targetIndex].click();
}
}
});Re: Show HN: Number Gacha, a gacha game distilled to its essence
#66[flagged]
Re: Show HN: Number Gacha, a gacha game distilled to its essence
#67there are roblox games who already reached this point - unironically. see https://www.roblox.com/games/13586065205/balls-rng
Re: Show HN: Number Gacha, a gacha game distilled to its essence
#68Reminds me of NumberWang from Mitchell and Webb’s skits. https://youtu.be/0obMRztklqU?si=CA5NWDE6FVSSM5Ih
Very funny. What is this a parody of?
Re: Show HN: Number Gacha, a gacha game distilled to its essence
#69Essence of gacha games is predatory monetisation realised via fomo, drip feeding and sex - not numbers.
Re: Show HN: Number Gacha, a gacha game distilled to its essence
#70is pity system implemented? i don't want play gatcha game without it