miador / Snake

A 3D Snake game built with OpenGL libraries to understand computer graphics and practise C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Snake Game 🐍

MIT license     forthebadge

Built in    alt text    with    alt text

It is a 3D game built to understand computer graphics and practise C++ with OpenGL.      

3D Snake

Table of contents

Qt Creator

Qt Creator is a cross-platform C++, JavaScript and QML integrated development environment which simplifies GUI application development. It is part of the SDK for the Qt GUI application development framework and uses the Qt API, which encapsulates host OS GUI function calls.

MinGW

MinGW, formerly mingw32 or Minimalist GNU , is a free and open source software development environment to create Microsoft Windows applications. The development of the MinGW project has slowed down since the creation in 2005–2008 of an alternative project called Mingw-w64.

Running The Game

In order to run game successfully, the "Shadow Build" option must be deselected as shown belove:

Build

⭐ Star us on GitHub — it really helps!

About

A 3D Snake game built with OpenGL libraries to understand computer graphics and practise C++.

License:MIT License


Languages

Language:C++ 95.6%Language:GLSL 2.6%Language:QMake 1.8%