Skip to content

Final grade: 125% | 42 school level 3 project. Create a 2D game with textures, sprites.

Notifications You must be signed in to change notification settings

Sur1ive/42tokyo_so_long

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

so_long

Final grade: 125%

This project is a small 2D game with the school graphical library: 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 player’s goal is to collect every collectible present on the map, then escape chosing the shortest possible route.

How to use

This game is only available on Mac.

$> make
$> ./so_long [address of map file]
# example:
# $> ./so_long ./maps/map.ber

NOTICE

42 Project must be written in accordance with the 42 school norm, otherwise the grade is 0:

  • Declarations must be at the beginning of a function
  • Declaration and an initialisation cannot be on the same line
  • Each function cannot have more than 25 lines of code
  • You can only use allowed functions
  • ...

English: https://github.com/42School/norminette/blob/master/pdf/en.norm.pdf
Japanese: https://github.com/42School/norminette/blob/master/pdf/ja.norm.pdf

About

Final grade: 125% | 42 school level 3 project. Create a 2D game with textures, sprites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published