PetePrattis / 2D-array-rotation

A program which creates a 8x8 table consisting of gaps (space) and 0. Then it displays the three rotations that it can have (by 90 degrees). Consider it like rotating a custom brick in Tetris.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Python Program / Project

This is a simple python project from my early days as a Computer Science student

This programm was created for the first semester class Introduction to Computer Science and is one of a few such simple python programms neccessary to pass the class

Description of project

A program which creates a 8x8 table consisting of gaps (space) and 0. Then it displays the three rotations that it can have (by 90 degrees). Consider it like rotating a custom brick in Tetris.

About this project

  • The comments to make the code understandable, are within the .py archive
  • This program runs for Python version 2.7
  • This repository was created to show the variety of the work I did and experience I gained as a student

About

A program which creates a 8x8 table consisting of gaps (space) and 0. Then it displays the three rotations that it can have (by 90 degrees). Consider it like rotating a custom brick in Tetris.

License:MIT License


Languages

Language:Python 100.0%