This small mod aims to introduce to basic programming concepts through the modification of the "Everlasting Summer" game.
gcc ./main.c -o EverlastingMatrix && ./EverlastingMatrix
- Add a text file with the extension
.lvl
, adhering to the corresponding numbering to the directorylevels
, following this syntax (Leave a blank line at the end of the file):
<Author>@<text>
- Add ascii-art for the corresponding level with the extension
.art
to the directoryarts
, following the corresponding numbering.