Skip to content

a c-based game created by me in my first year of university

Notifications You must be signed in to change notification settings

lukita772/MyGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A linux based game developed in my first year of university

Requirements

  • SDL Libraries
  • TTL fonts
  • GCC Compiler
  • Linux-based SO

To install SDL libraries

Execute the next command line:

$ git clone https://github.com/libsdl-org/SDL.git -b SDL2
cd SDL
mkdir build
cd build
../configure
make
sudo make install

To compile

Execute the next command line:

$ gcc main.c dibujar_funciones.c  level_funciones.c enemy_funciones.c inicializar.c coliciones.c char_funciones.c check_juego.c -lSDL  -lSDL_ttf -oprueba

Screenshots

Screenshot from 2023-04-07 18-43-16

About

a c-based game created by me in my first year of university

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages