Skip to content

VSteinborn/C-Breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Breakout

'C Breakout', written in C.

demo-video

Dependencies

Build

Build the executable for your system via the following command:

gcc -O0 -pedantic-errors -Wall -Wextra -Wconversion -Wsign-conversion -ggdb -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 ./src/util.c ./src/main.c

Run the Program

Set the environment variables required to run raylib:

source env_var.bash

and then run the built executable:

./a.out # a.out gets built via the buid step

About

Breakout game written in C where you breakout the letter 'C'.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors