A "play-again" button/screen would be a nice addition, as reloading the page to play again takes some time.
Show HN: Classic Video Poker
141–150 of 223 posts
Re: Show HN: Classic Video Poker
#142Re: Show HN: Classic Video Poker
#143Video Poker! just yesterday a video on YouTube was interviewing a old man about his years as an enforcer for an active New York City organized crime group - video poker was explicitly one of his stories about how they ran the gambling rooms. The machines were part of gambling equipment that they were supplied with from another crime group, in exchange for a cut of the profits. Not long after, the "pizza-gate" events…
Re: Show HN: Classic Video Poker
#144Re: Show HN: Classic Video Poker
#145I really like Godot so far but the debugging tools are massively inferior to any other IDE and language I've ever used. I waste so much time trying to track down bugs. Proper variable inspection would be a life saver, for instance.
I have no clue about game development, apologies for the basic question. When does one use Unreal and when does one use Godot? Or does it not matter?
If you have 1-10 people trying to make something cool, you'd never reach for the Unreal Engine because it is just so much stuff to lift and juggle. If you're a large AAA studio looking to make Fallout 5 though... Godot might end up a bit limiting.
Re: Show HN: Classic Video Poker
#146Earlier quoted context omitted.
I have no clue about game development, apologies for the basic question. When does one use Unreal and when does one use Godot? Or does it not matter?
I'd summarize it as: The Unreal Engine, especially in the 3D realm, gives you a far higher ceiling of possibilities, but it requires a lot more work and effort to use it. Godot, Unity, GameMaker, RPG Maker, RenPy and many more limit your options, but also need less work to get something going. If you have 1-10 people trying to make something cool, you'd never reach for the Unreal Engine because it is just so much stu…
Re: Show HN: Classic Video Poker
#147I’m curious about your experience with GDScript - which I presume is new to you - because it’s been a stumbling block for me trying Godot.
Its possible he also used the C# variant of Godot. I find GDScript easier for myself, though I come from a Python background. I highly recommend learning Python basics. There are nuanced differences, I think of GDScript as a Python / JavaScript type of language, has the syntax of Python but has some JS / TypeScript things to it.
Re: Show HN: Classic Video Poker
#148PS: Now down to $100.
Re: Show HN: Classic Video Poker
#149There are alternatives to Godot, in particular I'll mention ZimJS https://zimjs.com/about.html#features Like you, I recently created an online casino game, Cheat at Blackjack https://play.cheatatbj.com/ and used ZimJS for all of the animation. I considered Godot but found it simpler to do everything in client-side JS. Zim's web site is definitely a bit "out there" but the animation features are quite good and it allo…
One thing your game could use is a "repeat bet" button.
Re: Show HN: Classic Video Poker
#150The visuals are perfect, looks very much like a CRT...nicely done. I think I found a bug though...pair of Aces doesn't pay as "Jacks or Better": https://imgur.com/a/78B3oPV
However in my opinion (at risk of getting everyones ire) - I think the ace is the "1" card.