Skip to content

Latest commit

 

History

History
executable file
·
47 lines (33 loc) · 673 Bytes

README.md

File metadata and controls

executable file
·
47 lines (33 loc) · 673 Bytes

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.