Skip to content

learnmore/Window-Escaping-illusion-with-C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just for fun

How to Run

  1. Compile the code:
    gcc main.c -o main $(sdl2-config --cflags --libs) -lSDL2_image
  2. Run the executable:
    ./main

Make sure you have SDL2 and SDL2_image development libraries installed on your system. For example, on Debian/Ubuntu based systems:

sudo apt-get update
sudo apt-get install libsdl2-dev libsdl2-image-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%