Build smartphones games with my game engine.
A simple game engine that renders a terrain and manages resources.A game engine is the base of every modern game development project. This engine will be extended further into a personal game. The targeted devices are smartphones and tablets because this engine usese OpenGL ES for rendering 2D and 3D vector graphics.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To run the game engine on your computer you must have:
- Visual Studio IDE from Microsoft Website.
If you already have it just download the full repository and double click on the NewTrainingFramework.sln
- Visual Studio Comunity 2019 - free, fully-featured IDE for students, open-source and individual developers.
- OpenGL ES - is a subset of the OpenGL (API) for rendering 2D and 3D computer graphics such as those used by video games.