While browsing the Internet, something popped up. An image of a spaceship, and I instantly remembered where I’ve seen it before.
When I was a teenager I got hold of a book from Chris Foss, it was a large book with only around 8-10 pages.
But I loved the images. (I shamefully admit, that I traded the book for something else a long time ago) 46x29cm printed in 1977 (See more at end of post)
At that time I had several artists that really peaked my interest in graphical arts. I still love to paint and draw.
A Swiss artist best known for his airbrushed images that blended human physiques with machines, an art style known as “biomechanical”. He designed for several movies : Alien, Species and Dune
I listen to all kinds of music, metal till classical.
Mostly Celtic/Irish/Scottish/Bagpipes. But i’ve listen to below also.
In the summer I often listen to Cuban/Latin music when outside.
Most of what I listen too, has to have some technical or difficult hints to get me interested.
Master of puppets metallica
“La campanella” is a revision of an earlier version from 1838, the Études d’exécution transcendante d’après Paganini, S. 140. Its melody comes from the final movement of Niccolò Paganini‘s Violin Concerto No. 2 in B minor (yeah as mentioned in another post, I am a Paganini fan)
Very nice technique on Guzheng using two slides, key change and vibrato.
Some classic composers ( When I’m in the mood, these will be played )
First time listening to classical music, was in 6 grade (8 nowadays). The Four Seasons by Vivaldi, another great composer
Now, I’ve made a board with 16 modified buttons and some micropython code.
White = mole, green = hit in time, red = wrong button/out of time, rainbow = bonus points.
Now i have to think of a display and select buttons, to select the game mode and see the score.
Schematic
Above is a simplified schematic. See notes below.
Led rings are 8 not in example 12 (didn’t have that part in fritzing)
Led rings have 5V, GND, DI (data in) and DO (data out)
Led rings are connected in series, python code divides by 8
GPIO for buttons (16 yellow) have internal PICO pullup resistors
Todo: Screen and mode select
Game modes : Currently I can think of four.
1 Player mode – with bonus button – works kindda
2 Player mode – Green player 1 and Blue player 2 – need testing
2 Player mode (half playfield) … todo
Above with mixed random colors, press only GREEN (or blue) .. todo
1 Player mode – all random colors + bonus .. todo
1 Player mode – with bonus button – keep bonus pressed for 5 seconds to double, so you need to single hand press others. (Missing is reset bonus?!?) … todo
Button keeps lit until pressed .. do 10 in a row. Print fastest and average time… todo
Speedup ?
Scoreboard – using a HUB75 (previous project here)