//atari-clibyHugoRCD

atari-cli

Retro Atari games in your terminal. Play classic arcade games like Snake, Pong, and Breakout directly from your command line.

2
0
2
1
TypeScript

atari

Retro Atari games in your terminal. Play classic arcade games like Snake, Pong, and Breakout directly from your command line.

Installation

npm install -g atari

Usage

# Launch interactive menu
atari

# Play a specific game directly
atari snake
atari pong
atari breakout

# List available games
atari --list

# Show help
atari --help

Games

  • undefinedSnake - Classic snake game, eat food and grow longer
  • undefinedPong - The original Atari hit, bounce the ball
  • undefinedBreakout - Break the bricks with your paddle

Controls

Key Action
Arrow keys / WASD Move
Space Action (shoot, pause)
Q Quit game
R Restart

Development

# Install dependencies
bun install

# Run in development mode
bun run dev

# Build for production
bun run build

License

MIT

[beta]v0.14.0