Giter Club home page Giter Club logo

tetris-in-c's Introduction

Tetris-in-C

Just another Tetris version I made for fun. The drop sound effect of the tetronomino is me slamming my desk, I didn't find the real sound effect online, so I had to improvise. I also did the font and textures myself.

When the program is closed, it creates a Tetris.save (if one doesn't already exist) file which will keep track of all highscores and typed names.

Only on windows.

Compiling

Compile using linker options: -lgdi32 -lwinmm
Navigate to the where you have extracted the zip file to with your console window using cd
Be sure to have gcc command available, just type gcc to confirm.
When this is not the case, you have to use set path=%path%;<file path of gcc.exe>
gcc main.c -lgdi32 -lwinmm & a will compile and execute the program.

Running the program

So, when you you used above steps to compile, the program should already run.
When you don't have gcc to compile, download the project as zip, extract all files into one folder and run Tetris.exe

Controls

Menu

WASD or arrow keys to move

In-Game

A, LEFT - Move left
D, RIGHT - Move right
W, UP, I - Rotate clockwise
J - Rotate counter-clockwise
S, DOWN - Fast fall
M - Mute music
N - Mute all music and sounds
C - Disable colors
RETURN, ESCAPE, P - Pause

I intended four possible setups:

  1. One hand on WASD
  2. One hand on the arrow keys
  3. One hand on ASD, a second hand on IJ
  4. One hand on the arrow keys, a second hand on IJ

tetris-in-c's People

Contributors

thepsauce avatar

Watchers

 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.