Skip to content

alhanampi/new-Hangman

Repository files navigation

Hangman Game

A classic Hangman game built with React and TypeScript, featuring a hand-drawn aesthetic using Rough.js.

Live demo: hangman-game-orpin-two.vercel.app

Tech Stack

  • React 19 — UI and component state
  • TypeScript — type safety throughout
  • Vite — build tool and dev server
  • styled-components — component-scoped CSS-in-JS styling
  • Rough.js — canvas-based hand-drawn rendering for the gallows
  • Vercel — deployment and hosting
  • Claude Code (AI) — used to accelerate scaffolding and iteration during development

Getting Started

# Clone the repo
git clone https://github.com/your-username/hangman.git
cd hangman

# Install dependencies
npm install

# Start the dev server
npm run dev

Open http://localhost:5173 in your browser.

Other Commands

npm run build    # Production build
npm run preview  # Preview the production build locally
npm run lint     # Run ESLint

About

A new, more advanced version of the game. Just to practice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors