This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:fall2024:projects:magx [2024/10/31 02:54] – [Games] cmazzara | notes:fall2024:projects:magx [2024/11/07 01:56] (current) – [Game ideas] bpatrice | ||
---|---|---|---|
Line 17: | Line 17: | ||
One could do a rhythm game where you have to press the right key (logic) for the right note (some number) to make it zero. | One could do a rhythm game where you have to press the right key (logic) for the right note (some number) to make it zero. | ||
+ | |||
+ | One could do a timed-based game where you are given one set of bits and need to enter another set of bits based on the bitwise operation given to you to achieve a target result of bits. If the player fails to complete a certain amount within a time frame they lose. | ||
=====Logic===== | =====Logic===== | ||