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.
- Imperative programming
- Graphics
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
Jessica Fernanda |
---|