Skip to content

Latest commit

 

History

History
88 lines (62 loc) · 3.34 KB

README.md

File metadata and controls

88 lines (62 loc) · 3.34 KB

️sirtet

🕹️

Your classic game of tetris?
Created with Unity to create a weird puzzle game.

License: MIT Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.

sirtet is a video game with the following features:

  • Premise. Just putting puzzle blocks together, no big deal.

  • Design. & then you realize "wow, this distortion is messing the puzzle piece placement up..."

  • Potential endeavors. Every level would have a specific augmentation to the game whether it be on screen, sound, controls, in order to hinder the player. When the player achieves level 10, all previous augmentations are combined and Sans comes to stop you from beating the game.

Quick Installation

Go to https://ctrlaltdeleon.itch.io/sirtet and download the .exe file!

🎮 Controls

Mouse = Use to navigate the menu.
Left/Right/Down arrow keys = Move puzzle piece Left/Down/Right
Up arrow key = Rotate piece
"P" = Pause menu (during gameplay)
Spacebar = Slam piece down towards the ground!

Goal: Achieve a high score!

🤔 What's inside?

A quick look at the top-level files and directories you'll see in this project.

  .
1 ├── Development Area/
2 ├── Game Documentation/
3 ├── Game Executable/
4 ├── Game Screenshots/
5 ├── .gitignore
6 ├── LICENSE   
7 └── README.md
  1. Development Area/: Unity project files.
  2. Game Documentation/: Game Design Document (GDD).
  3. Game Executable/: The droids you're looking for are here.
  4. Game Screenshots/: Screenshots that showcase the video game.
  5. .gitignore: This file tells .git which files it should not track nor maintain a version history for. For instance, you shouldn't let anyone get your .env files. (These usually contain your API keys)
  6. LICENSE: An open source license that protects contributors and users depending on the license chosen.
  7. README.md: A markdown file containing useful reference information about your project. The file you're reading right now!

🚔 License

The code in this project is under a specific open source license.