This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notes:fall2024:projects:magx [2024/11/07 01:55] – [Game ideas] bpatrice | notes:fall2024:projects:magx [2024/11/07 01:56] (current) – [Game ideas] bpatrice | ||
---|---|---|---|
Line 18: | Line 18: | ||
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 a certain number | + | 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===== | ||