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:45] – [the game] cmazzara | notes:fall2024:projects:magx [2024/11/07 01:56] (current) – [Game ideas] bpatrice | ||
---|---|---|---|
Line 6: | Line 6: | ||
- | ====Games==== | + | ====Game ideas==== |
- | Game ideas one could make are Dr.Mario where the colors are logic gates and you have to modify the pills so that when a certain number are together they dissapear. | + | Game ideas one could make are Dr.Mario where the colors are logic gates and you have to modify the pills so that when a certain number are together they disappear. |
One could also make the hit Commodore 64 game Number Builder but instead of numbers it is bits. Where each " | One could also make the hit Commodore 64 game Number Builder but instead of numbers it is bits. Where each " | ||
Line 15: | Line 15: | ||
One could also do a shooting game where you and the enemies have bullets and you shoot their bullets with different logic to turn their bullets into zero's so that they can't hurt you. | One could also do a shooting game where you and the enemies have bullets and you shoot their bullets with different logic to turn their bullets into zero's so that they can't hurt you. | ||
+ | |||
+ | 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===== | ||