badasahog / Simon

Digital Version of Hasbro's Simon game written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple C++ implementation of the classic game Simon.

Just keep track of the order that the panels light up, then repeat the sequence.

This game is implemented in a single file, using DirectX, so no game engine, asset files or other libraries are required. Just compile and play!

image

About

Digital Version of Hasbro's Simon game written in C++


Languages

Language:C++ 100.0%