Skip to content

pekka1234/SnakeGame-C-Xlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnakeGame-C-Xlib

Snake game written in c using xlib

Screenshot from 2023-11-15 19-33-09

Running

You need to have x11 display server. Probably version 6 is needed also.

Compiling

Use these extra flags (something might be diferent no your system).

Remember that you will need LinkedList.h to be in the same location.

gcc -O2 -o SnakeGame SnakeProt.c -L /usr/X11R6/lib -lX11

Executables

There is SnakeGame executable in this repo, it should also work.

About

Snake game written in c using xlib (still in progress)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages