corecaps / asteroids

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:C 77.9%Language:Roff 17.4%Language:Makefile 2.7%Language:Shell 1.4%Language:Perl 0.5%