Unacoli / so_long

And thanks for all the fish !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

so_long

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.
This project has been validated with a score of 120/100.
⚠️ ONLY WORKING ON LINUX ⚠️

Original assets

player_bg player_s player_c player_exit ennemi collectible start exit wall background

Usage

The game has two versions.

  • Vanilla version
    • Compile with make
    • Execute ./so_long with a .ber map as an argument :
      ./so_long maps/map1.ber
      ./so_long maps/map2.ber

so_long_vanilla

  • Fancy version
    • Compile with make bonus
    • Execute ./bonus with a .ber map as an argument :
      ./so_long maps/map1.ber
      ./so_long maps/map2.ber
      ./so_long maps/map_bonus.ber

so_long

How to play

  • Use W, A, S, D to move
  • Eat all the fish
  • Avoid evil cats (fancy version)
  • Go to the exit

You can quit the game by pressing the ESC key or clicking the red cross !

About

And thanks for all the fish !


Languages

Language:C 86.1%Language:Roff 10.0%Language:Makefile 2.8%Language:Shell 0.8%Language:Perl 0.3%