Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 615 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 615 Bytes

EverlastingMatrix

This small mod aims to introduce to basic programming concepts through the modification of the "Everlasting Summer" game.

Installation and launch

gcc ./main.c -o EverlastingMatrix && ./EverlastingMatrix

Level Editor

  1. Add a text file with the extension .lvl, adhering to the corresponding numbering to the directory levels, following this syntax (Leave a blank line at the end of the file):
<Author>@<text>
  1. Add ascii-art for the corresponding level with the extension .art to the directory arts, following the corresponding numbering.