Genius era um brinquedo muito popular na década de 1980 distribuído pela Brinquedos Estrela[1].
O brinquedo buscava estimular a memorização de cores e sons. Com um formato semelhante a um OVNI, possuía botões coloridos que emitiam sons harmônicos e se iluminavam em seqüência. Cabia aos jogadores repetir o processo sem errar.
Índice
1Histórico
2Como Funciona o Jogo
3Níveis de dificuldade
4Ligações externas
4.1Versões para sistemas modernos
5Referências
Histórico |
O Genius lançado em 1980 pela Estrela foi o primeiro jogo eletrônico vendido no Brasil[2], sendo a versão do Simon, do fabricante americano Hasbro. Muitos brinquedos eletrônicos da Estrela dos anos 80, como o Pégasus, Colossus, Gênius e outros, saíram de linha.
Em 1987, a Prosoft desenvolveu um Genius para MSX 1, como pode ser visto na seção screenshot. O programa foi desenvolvido em Basic.
O Genius original possuía três jogos diferentes e quatro níveis de dificuldade.
Voltou a ser fabricado pela Estrela.
Serviu de base para a fabricação do Merlin.
Como Funciona o Jogo |
Repita a seqüência
Crie sua própria seqüência
Repita a seqüência, agora apertando somente uma cor
Níveis de dificuldade |
8 repetições
14 repetições
20 repetições
31 repetições
Ligações externas |
Video of someone playing Simon
Hasbro's current line of Simon games
Includes the story about how Simon was "adapted" from Atari's game
Pictures of the various versions of Simon and Simon Squared
Versões para sistemas modernos |
Javascript
Craterfish Simon
Adobe Flash
Flash version of Simon by Paul Neave
Petey Repeaty A sound sequence memory game
Microsoft Silverlight
Silverlight version of Simon, by Vertigo
Macintosh
John Scalo & Rich Dellinger's Simon Extreme 1.1.1 (Mac)
iPhone/iPod touch/iPad (Apple iOS)
iMimic por Fernando Sciessere e Everson Siqueira
"Mimeo" Simon game produced by Kudit
Simon Game Webapp produced by Kudit
ProRattaFactor's Simon inspired memory game "Memory Attack" is part of 3 game suite Whack Attack! Games
Android
PressTag
Neuro Advanced Simon variation for Android 1.5.
Pocket PC (PPC)
Jon Kent's Simon v1.0 (PPC)
KDE
Blinken (Multiplatform)
Palm OS
Ringo Sammon's Crazyfaces (Simon clone with faces and alternate play, such as repeating a sequence in reverse)
Kris Johnson's FourTap. Open Source Software
Java J2ME
NanoGenius Flavio A. S. Ximenes & Francisco A. Tristão & Igor Mori Tristão
Referências
↑Veja 30 brinquedos que fizeram a alegria da sua infância BOL Noptícias - 1° de dezembro de 2015
↑140 brinquedos do Museu Estrela estão em exposição Folha
v•e
Estrela
Fundador: Siegfried Adler • Presidente: Carlos Antonio Tilkian
Ambulância do Doutor Saratudo • Amiguinha • Aquamóvel - Bate-Volta • Aquaplay • Autorama • Banco Imobiliário • Beto • Blefe de Mestre • Boca Rica • Cai Não Cai • Cara a Cara • Cara Maluca • Cilada • Colossus • Comandos Em Ação • Combate • Dentista • Detetive • Falcon • Espirograf • Ferrorama • Fiat - Bate-Volta • Fofoletes • Genius • Gigantões • Gui Gui • He-Man • Hero Quest • Jamanta Comando Eletrônico • Jogo da Vida • Lig 4 • Maxi Cargo / Leva e Trás • Maximus • Merlin • Meu Bebê • Monza - Bate-Volta • Pegasus - Controle Remoto • Pega varetas • Pé na Tábua • Pinote • Pogobol • Porsche Carrera • Porsche Polícia • Ponte-Car • Pula-pirata • Pula Macaco • Robô Ar-tur • Robô Percival • Sem Censura • Stratus • Super Massa • Susi • Talento • Tamanduá Tatá • Tapa Certo • Trionik • Trombada • Vire a Mesa • Viravolta • Volkswagen Fusca - Bate-Volta
1
This question is a follow up of this one. I am trying to run a command through the command line on a remote machine running Windows 7 from a workstation running Debian in an SSH session on that machine. The setup is basically as follows: debian box 1 === (SSH) ===> debian box 2 === (RDP) ===> Windows 7 I have tried running rdesktop from debian box 2 : rdesktop <Windows 7 box network address> -u username -p password -r disk:local="./TestRDP" -s "cmd.exe /K net use C: \\tsclientlocal & C:\test.bat & logoff" but cmd.exe is not launched on the remote device. I have also tried to open up cmd.exe on its own: rdesktop <Windows 7 box network address> -u username -p password -s "cmd.exe" but the terminal is not launched upon login ( rdesktop successf...
3
Assumed I want to draw three simple graphs based on the following illustration: How can I plot those three graphs? I've tried to create something like this: Minimum Working Example (MWE): documentclass{standalone} usepackage{pgfplots} begin{document} begin{tikzpicture} begin{axis}[domain=0:1] addplot+[no marks, samples=100] {exp(3*x)}; addplot+[no marks, samples=100] {(-exp(3*x)+20)}; end{axis} end{tikzpicture} end{document} Screenshot of the current state: Description of the issue: However, I don't get the point on how to figure out the function of the third graph as well as how to clip the graphs in x and y direction to align them centered in the plot. It is not necessary to be completely precise, the accuracy of my upper template w...
up vote
0
down vote
favorite
So, my friend has been trying to install Matlab 2018b and he has encountered the following message just after the installation reaches 100%. Matlab installation additional configuration steps message I did some digging around in the Matlab forums and found out that to use the additional components, one should install a compiler and then use the following commands: mex -setup C mex -setup C++ Can anyone help me regarding this error? If this is indeed the solution then how can I execute those steps? Also, he says that even if he presses next, he cannot use matlab. The OS in use is Windows 10.
installation matlab
share | improve this question
...