Skip to content

Divljo31/UbiBelPMF_2024

 
 

Repository files navigation

Esccape demo video: https://youtu.be/8y_bkhuDyaY

Dagger

A fully-featured, modern game engine made for educational purposes.

Features

  • Dagger is data-driven and event-based.
  • Dagger is extremely modular.
  • Dagger is clear and clearly educational.

Setting up the development environment

Resources

Any kind of data used by engine that is not source code is considered a resource. Root directory for resources is data\ and so all references to resoruces begin there. For example, if you want to get a texture (from data\textures) you would use textures\mytexture.png instead data\textures\mytexture.png.

Rights and Reservations

Dagger is made as a part of Ubisoft Belgrade's game development course. All rights reserved.

About

2d game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 38.9%
  • HTML 32.7%
  • C 19.6%
  • C# 6.3%
  • JavaScript 0.5%
  • Less 0.5%
  • Other 1.5%