Skip to content

Just making a game engine for fun. Lets see how far this gets...

Notifications You must be signed in to change notification settings

its-c10/tengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tengine

A very rudementary 2D game engine that is made in C++ and uses SDL. This is a project that I did as a learning process. I knew very little C++ and anything regarding game engines.

How to Build & Run

Dependencies

  • CMake
  • Mingw
  • pkgconfig
  • make

Steps to Build & Run

  1. Clone repo
  2. Make a build folder and cd into it.
  3. Run 'cmake -G"Unix Makefiles" ..'
  4. Run 'make'
  5. Run ./tengine

About

Just making a game engine for fun. Lets see how far this gets...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published