All Projects → mikkun → AWKTC

mikkun / AWKTC

Licence: MIT license
AWKTC is Workable Klutzy Time-wasting Command

Programming Languages

awk
318 projects

Projects that are alternatives of or similar to AWKTC

Tetris
A (incomplete) terminal Tetris. Written in Haskell.
Stars: ✭ 26 (-40.91%)
Mutual labels:  tetris, terminal-game
mimstris
A falling block puzzle game created using React and Redux.
Stars: ✭ 129 (+193.18%)
Mutual labels:  puzzle, tetris
open-spelling-bee
🐝 Terminal-based python clone of New York Times' puzzle game "Spelling Bee"
Stars: ✭ 38 (-13.64%)
Mutual labels:  puzzle, terminal-game
tetris
Micro Tetris™, based on the 1989 IOCCC Obfuscated Tetris by John Tromp
Stars: ✭ 98 (+122.73%)
Mutual labels:  tetris
PongC
Classic game of Pong in the terminal made in C.
Stars: ✭ 18 (-59.09%)
Mutual labels:  terminal-game
programming-crypto-contracts
Programming Crypto Blockchain Contracts Step-by-Step Book / Guide. Let's Start with Ponzi & Pyramid Schemes. Run Your Own Lotteries, Gambling Casinos and more on the Blockchain World Computer...
Stars: ✭ 54 (+22.73%)
Mutual labels:  puzzle
combatris
A "perfect" implementation of an old classic
Stars: ✭ 20 (-54.55%)
Mutual labels:  tetris
react-puzzle-confirm
React confirm modal, by matching puzzle piece
Stars: ✭ 15 (-65.91%)
Mutual labels:  puzzle
numberlink
Program for generating and solving numberlink / flow free puzzles
Stars: ✭ 47 (+6.82%)
Mutual labels:  puzzle
tetris-demo
A Tetris example written in Rust using Piston in under 500 lines of code
Stars: ✭ 106 (+140.91%)
Mutual labels:  tetris
advent-of-code-2019
Advent of Code 2019 Submissions
Stars: ✭ 27 (-38.64%)
Mutual labels:  puzzle
asciimare
3D engine powered by ASCII art
Stars: ✭ 47 (+6.82%)
Mutual labels:  terminal-game
tetris-grid
◼️Lightweight and simple CSS grid
Stars: ✭ 16 (-63.64%)
Mutual labels:  tetris
JavaFX-Tetris-Clone
JavaFX Tetris game clone written in Java 8
Stars: ✭ 39 (-11.36%)
Mutual labels:  tetris
tetran
Tetris-style game written in FORTRAN-95
Stars: ✭ 19 (-56.82%)
Mutual labels:  tetris
gym-tetris
An OpenAI Gym interface to Tetris on the NES.
Stars: ✭ 33 (-25%)
Mutual labels:  tetris
csol
A small collection of solitaire/patience games (Klondike, FreeCell, Spider, Yukon, etc.) to play in the terminal
Stars: ✭ 25 (-43.18%)
Mutual labels:  terminal-game
snake
A terminal interface for Snake
Stars: ✭ 51 (+15.91%)
Mutual labels:  terminal-game
yayagram
Play nonograms/picross in your terminal
Stars: ✭ 33 (-25%)
Mutual labels:  puzzle
Tetris
Tetris game (Fork)
Stars: ✭ 21 (-52.27%)
Mutual labels:  tetris

AWKTC

GitHub top language GitHub release (latest by date) GitHub license

🕹️ AWKTC is Workable Klutzy Time-wasting Command

Description

AWKTC is a Tetris-like tile-matching puzzle game written in AWK.

AWKTC screenshot (width: 12)

Requirements

  • gawk or nawk
  • GNU coreutils or equivalent BSD command (dd, echo, sleep, stty)

Installation

git clone https://github.com/mikkun/AWKTC.git

How to Play

Running the Game

cd /path/to/AWKTC
./awktc.awk

Controls

  • a: Move left
  • d: Move right
  • k: Rotate left
  • l: Rotate right
  • s: Fall faster
  • p: Pause
  • q: Quit

Beneficial Item

  • Black piece - Special Piece - Destroys horizontal lines even if they have gaps of blocks.

All Clear Bonus

If you clear all the blocks, then you will get an "All Clear Bonus".

Changing the Playfield Width

You can change the playfield width between 4 and 24 cells. By default, the playfield width is 12 cells.

Example Minimum Width

./awktc.awk 4

AWKTC screenshot (width: 4)

Example Maximum Width

./awktc.awk 24

AWKTC screenshot (width: 24)

License

MIT License

Author

KUSANAGI Mitsuhisa

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].