Skip to content

Stacking Sand with Bill Bigsby - A small C++ tetris game with a poorly written story.

Notifications You must be signed in to change notification settings

LucvandenBrand/Stacking-Sand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stacking Sand with Bill Bigsby

A simple C++ Tetris game where different blocks react to each other and transform. The project makes use of the SDL library.

You can download the compiled sources here.

Boxart Image

Build and Run

Create a build directory, and from that call cmake ... After this you can call make.

The compiled binary can be run using ./TetrisWithPressure.

Development.

In order to help you understand the sources, some neatly generated documentation can be found here.

Git workflow.

Do you want to make an inprovement to the sources? Great! :).

The suggested workflow is:

  1. Create an issue regarding the feature you are implementing.
  2. Fork the repository.
  3. Implement the feature.
  4. Make a pull-request back to this repository.

Author

Luc van den Brand

Credit

About

Stacking Sand with Bill Bigsby - A small C++ tetris game with a poorly written story.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages