Skip to content

A simple console-based Tetris game that I made. It incorporates all terminologies of OOP such as inheritance and polymorphism.

Notifications You must be signed in to change notification settings

SaqibAMA/console-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Console Tetris

TL;DR

This is a simple Tetris game that I made in third semester.

How to use this?

Visual Studio

The entire code is in a Visual Studio project format. You can simply open the project using Visual Studio and hit RUN.

G++

  • Navigate to the main.cpp file and open terminal.
  • Type g++ main.cpp and the application will run.

Requirements

  • Visual Studio for convenience.
  • A C++ compiler.
  • Windows OS (does not work with Linux).

What's next?

Nothing really. Use this code however you like :)

About

A simple console-based Tetris game that I made. It incorporates all terminologies of OOP such as inheritance and polymorphism.

Topics

Resources

Stars

Watchers

Forks

Languages