Skip to content

arthurbdiniz/WildWest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wild West

About

Using Zebra Engine , a 2D personal engine made for learning.

Video

https://www.youtube.com/watch?v=I45LbKAOpYo&t=8s

Dependencies

This project depends on

SDL2
SDL2_image
SDL2_mixer
SDL2_TTF
CMake 3.5.1

Ubuntu

For installing run:

sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev

Compiling

Ubuntu

Go to the project folder and run:

cmake ./
make
./ZebraEngine

Windows

We still working on better ways to supporting Windows.