Onion Information
Termemory
No description
Onion Details
Page Clicks: 0
First Seen: 03/12/2024
Last Indexed: 10/22/2024
Onion Content
The source: termemory.c Heya, this is just a simple page to release my new terminal game, its called Termemory . I made it just to have some fun with C programming and terminal itself. Its just a simple memory game which somekind combine snake approach. There is no special dependency or instructions you can just compile and run it as is, you will have 2 seconds to save the position of symbols in your mind and then you can walk eating the symbols in alphabetic order, every 3 correct symbols you will can refresh your memory. Enjoy the game ! The symbols will appear like this: ++++++++++++++++++++++ + C+ + A + +B + ++++++++++++++++++++++ and then suddenly become: ++++++++++++++++++++++ + @ + ?+ + ? + ++++++++++++++++++++++ '@' is your cursor! Have fun!