Skip to main content

Horse Racing Game Hits Trifecta of Fun, Skill, and Competition

Out in the neon-painted desert of Las Vegas, if you know where to look, you can find an old, 1980s electromechanical horse racing game called Sigma Derby. In this group game, you and several drunk strangers sit around a machine the size of a pool table and bet on tiny horses at 25 cents a throw. There is no skill involved, it’s all chance. This is not that game.

[Alex Kov]’s electromechanical horse racing game is a unicorn compared to Sigma Derby, or at least a zebra. This game takes patience, skill, and cunning. An unlike Sigma Derby, you can easily replicate it at home with a few shakes of the old junk bin. You just need a couple of motors, transistors, electrolytic caps, and some passives.

The idea is simple — advance horse, be first, win prizes — but it’s not that easy. While the switch is unpressed, the circuit charges up a capacitor. Press it and the horse noses forward, draining the cap. There is never enough chooch in the cap to reach the finish line, so the real game is in building up more juice than the other guy, and then staying ahead or overtaking him with the next spurt. Place your bets and catch the action after the break.

A scoreboard would be a great addition to this game. If you want to keep it electromechanical, we have some tote board inspiration for you.



from Hackaday https://ift.tt/2MT3ZON

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...