/asteroids

implementation of the arcade's classic asteroids in c with minilibx for linux

Primary LanguageCGNU General Public License v3.0GPL-3.0

asteroids

Simple implementation of the classic arcarde game Asteroids in pure C using Minilibx as a side project during my 42 school cursus.

Dependencies

  • Minilibx linux
    • libbsd
    • XShm extension

sudo apt-get install gcc make xorg libxext-dev libbsd-dev

  • gnu make, gcc

Compilation

if you satisfy dependencies just type :

make

the binary should be named asteroid, just type to launch :

./asteroid

Concepts used

Code Walkthrough

i ll publish soon a code walkthrough to explain my implementation.