Giter Site home page Giter Site logo

renuo-rubris's Introduction

Renuo Rubris

Ruby Console Tetris

Clone and Play (Quick Start)

git clone [email protected]:renuo/ruby-tetris.git && cd ruby-tetris && bundle install && ruby game.rb

Clone Game and Setup

git clone [email protected]:renuo/ruby-tetris.git
cd ruby-tetris
bin/play

or

git clone [email protected]:renuo/ruby-tetris.git
cd ruby-tetris
bundle install

Start Game

bin/play

or

bin/run or ruby game.rb

Game Instructions

[Q] Exit Game

[W] Rotate (or Arrow Up)

[S] Move Down (or Arrow Down)

[A] Move Left (or Arrow Left)

[D] Move Right (or Arrow Right)

Used Gems

  • colorize
  • curses
  • ruby-terminfo

Tetris Blocks

####@tetris

Line

 [1]
 [1]
 [1]
 [1]

Square

 [1, 1]
 [1, 1]

Tee

 [1, 0]
 [1, 1]
 [1, 0]

J-shape

 [1, 1]
 [1, 0]
 [1, 0]

L-shape

 [1, 1]
 [0, 1]
 [0, 1]

S-shape

 [1, 0]
 [1, 1]
 [0, 1]

Z-shape

 [0, 1]
 [1, 1]
 [1, 0]

Code

@current_tetris

@current_tetris = [      0     ,     0      ,   0    , @tetris.sample]
                  [X-coordinate,Y-coordinate,rotation,  tetris       ]

renuo-rubris's People

Contributors

pandermatt avatar ewangler avatar lukasbischof avatar

Stargazers

Josua Schmid avatar

Watchers

Mike avatar James Cloos avatar Alessandro Rodi avatar Samuel Steiner avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.