Skip to content

A game engine made as fast as possible (low quality) using SDL and C++ for a university project

License

Notifications You must be signed in to change notification settings

vitorfhc/ZebraEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoiD

Playing

Movement: W A S D / Left Joystick
Aim: Mouse Cursor / Right Joystick
Attack: Left Mouse / X
Projectile: Right Mouse / RT
Dash: Space / RB

Installing and running

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.

About

A game engine made as fast as possible (low quality) using SDL and C++ for a university project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages