/So_Long

This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.

Primary LanguageCMIT LicenseMIT

So_Long

App Screenshot

so long will help you improve your skills in the following areas: window management, event handling, colors, textures, and so forth. You are going to use the school graphical library: the MiniLibX! This library was developed internally and includes basic necessary tools to open a window, create images and deal with keyboard and mouse events. The other goals are similar to every other goal for this first year: being rigorous, level up in C programming, use basic algorithms, do some information research, and so forth.

How To Use

Making the Executable:

  $ make 
  $ MAKING SO_LONG...
  $ make bonus
  $ MAKING SO_LONG_BONUS...

Runing the Game:

$ ./so_Long maps/map.ber

ScreenShot

App Screenshot

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author