All Projects → arcticmatt → dino-brick

arcticmatt / dino-brick

Licence: other
dino game, terminal edition

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to dino-brick

snake
A terminal interface for Snake
Stars: ✭ 51 (+30.77%)
Mutual labels:  brick, vty, terminal-game
termosaur
Dinosaur game for terminal.
Stars: ✭ 24 (-38.46%)
Mutual labels:  dinosaur, terminal-game
AWESOME-LDraw
LDraw — awesome software, file format, parts library and model repository (3D models of LEGO® and LEGO-compatible bricks)
Stars: ✭ 30 (-23.08%)
Mutual labels:  brick
gorilla-cpm
GORILLA.BAS port to CP/M in Turbo Modula-2. Supported terminals: VT52, VT100, ANSI, ADM-31, KayPro, C128, Memotech monochrome, CPC / Zenith Z19
Stars: ✭ 45 (+15.38%)
Mutual labels:  terminal-game
csol
A small collection of solitaire/patience games (Klondike, FreeCell, Spider, Yukon, etc.) to play in the terminal
Stars: ✭ 25 (-35.9%)
Mutual labels:  terminal-game
queens-cpm
Eight Queen Puzzle - portable CP/M version, written on Commodore 128
Stars: ✭ 24 (-38.46%)
Mutual labels:  terminal-game
AWKTC
AWKTC is Workable Klutzy Time-wasting Command
Stars: ✭ 44 (+12.82%)
Mutual labels:  terminal-game
bhoogle
Hoogle terminal UI brick example app
Stars: ✭ 75 (+92.31%)
Mutual labels:  brick
2048-rs
A rust implementation of the famous 2048 game
Stars: ✭ 48 (+23.08%)
Mutual labels:  terminal-game
sokoban-go
Sokoban made in Go! 📦
Stars: ✭ 18 (-53.85%)
Mutual labels:  terminal-game
asciimare
3D engine powered by ASCII art
Stars: ✭ 47 (+20.51%)
Mutual labels:  terminal-game
open-spelling-bee
🐝 Terminal-based python clone of New York Times' puzzle game "Spelling Bee"
Stars: ✭ 38 (-2.56%)
Mutual labels:  terminal-game
dinosaur
🦖 Chrome "No internet connection" Dinosaur game, build with Revery.
Stars: ✭ 20 (-48.72%)
Mutual labels:  dinosaur
terminally bored terminal board games
board games for your terminal!
Stars: ✭ 53 (+35.9%)
Mutual labels:  terminal-game
pokete
A terminal based Pokemon like game
Stars: ✭ 1,397 (+3482.05%)
Mutual labels:  terminal-game
asciiarena
Terminal multiplayer deathmatch game
Stars: ✭ 34 (-12.82%)
Mutual labels:  terminal-game
deployadactyl
Make deployment downtime extinct
Stars: ✭ 81 (+107.69%)
Mutual labels:  dinosaur
crypto-portfolio
A CLI Cyrptocurrency Portfolio Tracker
Stars: ✭ 12 (-69.23%)
Mutual labels:  brick
Tetris
A (incomplete) terminal Tetris. Written in Haskell.
Stars: ✭ 26 (-33.33%)
Mutual labels:  terminal-game
Motorola-Moto-E-condor-unbrick
Tools for Motorola Moto E XT1021, XT1022, XT1025 condor unbrick
Stars: ✭ 31 (-20.51%)
Mutual labels:  brick

dino

Chrome's no-wifi dino game lazily ported to the terminal

terminal-gif

installation

If you're installing on a Mac, then you can use the binaries attached to the GitHub release. For other operating systems, you can install from source.

github release binaries

Install on macOS with the following commands:

curl -L https://github.com/arcticmatt/dino-brick/releases/download/0.1.1/dino-`uname -s`-`uname -m` -o dino
chmod +x dino
sudo mv dino /usr/local/bin/ 

install from source

This method requires stack. After installing stack, run the following commands:

git clone https://github.com/arcticmatt/dino-brick.git
cd dino-brick
stack install dino

usage

To play, use the dino command in your terminal.
To get help, run dino --help.
To see your high score, run dino --high-score.

game instructions

If you're too lazy to run dino --help, here's how you play:

  • W/S or ↑/↓ to jump/duck
  • p to pause
  • r to restart
  • q to quit

thanks to samtay whose brick tutorials greatly helped me! go check them out

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].