Hello, I'm in the process of doing research for making a DIY pinball machine. While I have a sound knowledge of pinball machines, mechanical parts and basic electronics knowledge, I have little understanding of programming. However, I'm ready to take on the challenge so I can implement a scoring system for my pinball machine. To clarify, I am not replicating a fully functional modern day pinball machine. Rather, I would like to implement the essentails: flippers, bumpers, lights and a scoring system (perhaps some sound and sound effects). I need help and ideas for the scoring system,
- My goal is to have several targets on the play field that if hit by the ball, will register a score (say 10 points) to a scoring display (perhaps a 4-7 digit, seven segment scoring display. I need help with this as well).
- At the very least, I want varied scoring amounts for each individual target. For example a target that is easy to hit will count for 10 points where as a more difficult target may count for 100 points.
- (Optional but Preferable) If a certain number or type of targets are hit, a bonus will be awarded, so that if a target that normally registers 10 points will register say 20 points (during the bonus). When a ball is lost, the bonus is taken away.
- Some other features but I need to learn to walk before i run.
- How do I control these switches/targets?
- How much power/voltage is required for say 20 targets? Is this dependent on the controller?
- Can this be achieved using DC voltage? How should I wire the switches?
- Is there a way to achieve this without a controller? If not, what controller is suggested?
- Is there a specific coding language that I should be aware of/ be using for this kind of task?
- Do I need to use a controller/code? For example, is there any way to use simple switches/targets to increment the score?
- If I were to use seven segment displays for the scoring system, how can I build such a scoring system?