Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 747 Bytes

File metadata and controls

33 lines (24 loc) · 747 Bytes

Lanraiders Game

A web-based 2D scroller game built with Vite and vanilla JavaScript. Play as a wizard trying to fix the internet at a LAN party, battling quirky enemies and obstacles in a hallway to reach the internet box.

Features

  • Wizard player with movement and spell shooting
  • Hallway level design
  • Enemies: random people, electric bugs, blocked toilets
  • LAN party themed obstacles

Getting Started

  1. Install dependencies:
    npm install
  2. Start the development server:
    npm run dev
  3. Open your browser at the local address shown in the terminal.

Next Steps

  • Add player sprite and controls
  • Implement enemy logic
  • Design level layout
  • Add spell shooting mechanics

License

MIT