LeonMoreno / so_long

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ so_long

GitHub code size in bytes Number of lines of code Code language count GitHub top language GitHub last commit

πŸ’‘ About the project

πŸš€ TLDR: This project is a small 2D game with minilibx. You'll learn about textures, sprites, tiles, and more.

Screenshots

so_long in action !!

Skills:

  • Rigor
  • Imperative programming.
  • Graphics.
  • Unix.

Objectives:

  • This project is a very small 2D game. Its purpose is to make you work with textures, sprites and some other very basic gameplay elements. 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

πŸ› οΈ Usage

Instructions

Commande Actions
make Compile the .c and create libftprintf.a
make clean Delete the .o.
make flcean Delete the .o and libftprintf.a
make re Executed fclean and make.
make norm Verification with the norminettes.
make val Verification leaks.

About


Languages

Language:C 95.8%Language:Makefile 4.2%