2024-10-31 21:42:38 +01:00
2024-10-31 21:40:51 +01:00
2024-10-31 21:42:38 +01:00
2024-10-31 21:42:38 +01:00

HolyTetris

This is a simple Tetris clone written in HolyC for TempleOS. Use the arrow keys and spacebar to control the falling pieces, clear lines, and score points!

How to Run the Game

  1. Save the Code:

    • Copy the Tetris code into a new file in TempleOS named Tetris.HC.
  2. Load and Run the Game:

    • Open TempleOS, and at the command prompt, type:
      #include "Tetris.HC"
      Tetris();
      
    • The game will start, and you can begin playing immediately.

Game Controls

Key Action
Move the piece left
Move the piece right
Rotate the piece
SPACE Speed up the piece's descent
  • Scoring: You score points by completing rows, which are cleared automatically when filled.
  • Game Over: The game ends when pieces stack up to the top of the play area.

Additional Notes

  • Normal Drop Speed: Pieces descend at a regular pace, controlled by the games internal timer.
  • Increased Speed with Spacebar: Holding down the spacebar doubles the drop speed, making it easier to position pieces quickly.
S
Description
Tetris Clone written in HolyC
Readme
29 KiB
Languages
HolyC 100%