GSantoine / so_long

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

So_long - A humble 2d game

7th project in my cursus

A simple top-down 2D game where you have to get all the little coins to be able to exit and win. Made with the very basic graphical library MinilibX.

Notions explored

File content parsing, input handling, graphical environnement discovery, working with sprites, textures and animation

Project Name so_long
Description A graphical introduction project using a minimal graphical library
Technologies C
External libraries open(), close(), read(), write(), malloc(), free(), perror(), strerror(), exit(), All functions from math.h, all functions from the MiniLibX lib

Usage

  git clone https://github.com/GSantoine/so_long
  cd so_long
  make
  ./so_long maps/map.ber

Commands

A : left

D : right

W : up

S : down

Escape : exit game

About


Languages

Language:C 81.1%Language:Roff 13.7%Language:Makefile 3.7%Language:Shell 1.1%Language:Perl 0.4%