Skip to content

GIOdeBrito/aztroz

Repository files navigation

Aztroz

A small space game made in C with the SDL2 Library. I've made some secret projects in the past in C. But this is the one, or one of the ones, that I'll leave uploaded to Github.

Requirements

  • A Linux-running machine
  • GNU C Compiler
  • SDL2 Library

Setting up

First one must have the the GNU C Compiler installed in its machine.

sudo apt install gcc

After that, install the SDL2 Library.

sudo apt-get install libsdl2-dev

And SDL2 Image, for some reason they are separated.

sudo apt-get install libsdl2-image-dev

Build

Simply run the make command on the root directory.

make

About

Small space game made in C with SDL Library.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors