Harjot1Singh / openGL-tetris

Tetris implemented in OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openGL-tetris

Tetris implemented in OpenGL

Requirements

  • OpenGL 2.1 support
  • GLUT

Installation and Running

Windows

Install MSYS2/MinGW64 - http://msys2.github.io/.

Open a MinGW64 terminal, and run pacman -S base-devel openssh unzip mingw-w64-x86_64-{gcc,freeglut,glew} to install the correct dependencies.

To compile: make -f Makefile.windows

Run it with ./cs324_coursework.exe

Linux

Provided you have the correct dependencies installed, the process is more straightforward.

To compile: make

Run it with ./cs324_coursework

Apologies

About

Tetris implemented in OpenGL


Languages

Language:C++ 97.2%Language:Makefile 2.8%