Skip to content

ltv0/blaster-hack-commandline-game

Repository files navigation

Blaster Hack Commandline Game

Command-line themed browser game where you drag an umbrella to protect a traveler from rain, snow, and hail.

Play the hosted version at https://www.ltv0.me/blaster-hack-commandline-game/

Features

  • Terminal-style boot prompt and HUD
  • Mouse and touch umbrella controls
  • Rain, snow, and hail hazards
  • Progressive difficulty ramp
  • Survival scoring
  • Game over and restart flow
  • Text-only visual rendering on canvas (ASCII/glyph blocks only; no sprite/image assets)

Reference Resources

Windows Setup

  1. Install Node.js LTS: https://nodejs.org/
  2. (Optional) Install Git for Windows: https://git-scm.com/download/win
  3. Open PowerShell in the project directory:
blaster-hack-commandline-game
  1. Install dependencies:
npm install
  1. Start dev server:
npm run dev
  1. Build production output:
npm run build
  1. Preview production build:
npm run preview

Controls

  • Enter or Space: Start from prompt
  • Mouse/touch drag: Move umbrella
  • R: Restart after game over

Scripts

  • npm run dev - Start Vite dev server
  • npm run build - Build static production output
  • npm run preview - Preview the built output
  • npm run type-check - Run TypeScript checks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages