🌐 AI搜索 & 代理 主页
Skip to content

42 Core Curriculum --- Simple 2D Game in C using MLX42 graphics library. A maze in which the player has to collect coins.

Notifications You must be signed in to change notification settings

Horrjiy/so_long

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-#---#---#---#---#---#---#---#---#---#---#-

Usage: ./so_long <path/map.ber>

Only use for MacOS, the MLX42 library has several issues with Linux and Windows.

-#---#---#---#---#---#---#---#---#---#---#-

Map making: The map can be composed of only these 5 characters: 0 for an empty space, 1 for a wall, C for a collectible, E for a map exit, P for the player’s starting position.

  • The map must be rectangular.
  • The map must be closed/surrounded by walls.
  • The map must contain exactly 1 exit, 1 starting position, and at least 1 collectible to be valid.

About

42 Core Curriculum --- Simple 2D Game in C using MLX42 graphics library. A maze in which the player has to collect coins.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published