https://github.com/aespinosadev/ogl_spaceship_game
Simple game made with a handmade game engine written in C++. It uses OGL for the rendering part. Perfect for learning the basics of C ++.
https://github.com/aespinosadev/ogl_spaceship_game
cplusplus educational educational-project engine game-development gameengine learning opengl poo spacegame videogame
Last synced: 2 months ago
JSON representation
Simple game made with a handmade game engine written in C++. It uses OGL for the rendering part. Perfect for learning the basics of C ++.
- Host: GitHub
- URL: https://github.com/aespinosadev/ogl_spaceship_game
- Owner: AEspinosaDev
- Created: 2022-01-16T20:34:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T18:30:44.000Z (over 4 years ago)
- Last Synced: 2025-01-23T07:12:34.882Z (over 1 year ago)
- Topics: cplusplus, educational, educational-project, engine, game-development, gameengine, learning, opengl, poo, spacegame, videogame
- Language: C++
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SIMPLE GAME MADE WITH C++ AND Open GL
PERFECT FOR LEARNING PORPUSES
- This game runs on a handmade engine written entirely in C++ made by myseld and [Rogarsu2014](https://github.com/Rogarsu2014) some years ago.
- It was a project for a subject focused on the learning of C++.
- It is a great example for students trying to learn the basics of C++. The code showcases the basics of the object oriented languages paradigm.
- For the rendering part it uses a very basic part of Open GL. Without any interest in shading. As I said, it is specially focused on the usage of C++.
- The models are made by myself and also the fbx importer class.