Skip to content

Simple sliding letter puzzle written in C and using the SDL2 library.

License

Notifications You must be signed in to change notification settings

LesFarrell/Slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slider

Slider is a very simple puzzle game written for Windows using C and the SDL2 library.

The aim of the game is to simply re-arrange the grid back into alphabetical order by moving the blank tile. You move the blank tile by using the cursor keys on your keyboard.

The there's nothing special about the code so it should compile on any platform supported by SDL2. To compile the game using the MinGW compiler on Windows use the following command line:

gcc -Wall -mwindows slider.c sdl2.a -o slider.exe

About

Simple sliding letter puzzle written in C and using the SDL2 library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published