Skip to content

Creation of a simple 2D game in C using the MLX42 graphics library

Notifications You must be signed in to change notification settings

lburkinshaw/so_long

Repository files navigation

so_long 🐒

A simple 2D game in C that uses the MLX42 graphics library

A project created as part of my studies at Hive Helsinki.

This was my first time using graphics and working on game development.

To compile the project, run make (cmake and glfw need to be installed). Run the project in terminal with ./so_long <map_name>.ber. There are several valid and invalid maps in the folder maps/ok and maps/ko, included in the repository.

The game will open in a new window. The player can be controlled with the W A S D keys and ESC to exit. The monkey 🐒 must collect all the bananas 🍌 before it can leave through the exit and complete the game.

image

About

Creation of a simple 2D game in C using the MLX42 graphics library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published