Owl-Man Game 🦉

A Pac-Man inspired game where you control an owl flying around a maze, collecting pellets while avoiding ghosts.

Features

  • Control an owl character using arrow keys
  • Collect pellets to increase your score
  • Avoid colorful ghost enemies
  • Simple maze-based gameplay
  • Responsive controls and smooth animation

How to Play

  • Use arrow keys (↑↓←→) to move the owl
  • Collect all the small pellets to increase your score
  • Avoid the moving ghosts - they'll reset your position if they catch you!
  • Try to get the highest score possible

Project Structure

  • frontend/index.html - Main game interface
  • frontend/game.js - Core game logic and rendering
  • frontend/style.css - Game styling
  • backend/index.ts - Simple HTTP server to serve the game

Technical Details

  • Built with HTML5 Canvas for smooth 2D graphics
  • Pure JavaScript game engine with collision detection
  • Responsive design that works on desktop browsers
  • Simple maze generation and pathfinding for enemies