Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 452 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 452 Bytes

Nonsense Game in C

The nonsense game written only with C and stdlib. There are main menu, players setting tab, consistance of sentences setting tab, play tab and history viewing tab. History and the consistance of sentences are saved to a file. To run the game launch "chmod +x ./nonsense_c && ./nonsense_c" To compile on Linux and then run clone this, enter the dir and type: gcc ./nonsense_c.c -o nonsense_c && chmod +x nonsense_c && ./nonsense_c