Skip to content

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

Notifications You must be signed in to change notification settings

nosurfer/EverlastingMatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages