Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaEngine

Custom C++ Game Engine using SDL2

Why?

Im making this for two main reasons:

Practice

Last semester, I made my own custom engine in Java to practice the skills I learned over the semester. Now that I am taking a C++ class, I wanted to do the same thing again, this time with the intention of actually using this engine once its finished to fully develop and publish a game

Portfolio

Looking for internships is hard, so I want a nice portfolio to stand out. This project will show my proficiency with C++ and game development at the same time!

Engine Features:

✅ are features that have been added
❌ are features that are planned but not added yet

✅ Rendering to a window
✅ Rendering a sprite (png) to a window
✅ Creating Game Objects (NPCs, Player Characters, Items, ETC)
✅ Tile Map Support
✅ Entity Components System
❌ Input Handling
❌ Collision Detection
❌ Layer Rendering
❌ Sprite Animation
❌ Audio Handling

Libraries

SDL2: https://github.com/libsdl-org/SDL
SDL_Image: https://github.com/libsdl-org/SDL_image

About

Custom C++ Game Engine

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages