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.
- Wizard player with movement and spell shooting
- Hallway level design
- Enemies: random people, electric bugs, blocked toilets
- LAN party themed obstacles
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser at the local address shown in the terminal.
- Add player sprite and controls
- Implement enemy logic
- Design level layout
- Add spell shooting mechanics
MIT