Skip to content
/ Nexus Public

Simple memory game using the SDL2 library and C

Notifications You must be signed in to change notification settings

YacineMK/Nexus

Repository files navigation

Nexus

home game

Project setup

  1. Download sdl2

  2. Fork the repository and clone the repository to your local machine:

    git clone https://github.com/YacineMK/smail
  3. installing dependecies

    1. Fedora

      sudo dnf install SDL2 SDL2_image-devel SDL2_ttf SDL2_mixer SDL2_mixer-devel
    2. Arch

      sudo pacman -S install sdl2 sdl2_image sdl2_ttf SDL2_mixer SDL2_mixer-devel
  4. Run code

    gcc -o myprogram main.c logic.h logic.c draw.c -lSDL2 -lSDL2_ttf -lSDL2_image -lSDL2_mixer -lm
    ./mymyprograme

About

Simple memory game using the SDL2 library and C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •