Skip to content

nandajfa/so_long

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

badge solong

NPM

🗣️ About

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.

The goals of this project are similar to every other goal for this first year: being rigorous, level up in C programming, use basic algorithms, do some information research, and so forth.
So long is a graphic design project. It will help you improve your skills in the following areas: window management, event handling, colors, textures, and so forth.

Game

Skills

  • Imperative programming
  • Graphics

Getting started

Follow the steps below

# Clone the project and access the folder
git clone https://github.com/nandajfa/so_long.git && cd so_long/

# Run make so you can build the game
make

# Run make with bonus if you want to build game with enemies
make bonus

# Run the game with the map as an argument
./so_long_bonus "assets/maps/map_bonus.ber"

# Clean output objects with
make fclean

# Well done!

Game Controller Keys

Move: W, A, S, D or Arrow keys Exit: Q or ESC

💻 Technologies

Author


Jessica Fernanda

Linkedin Badge Gmail Badge

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published