Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 980 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 980 Bytes

Browser First Person Shooter v0.3.0

This is a wolfenstein-like single player game. It uses old approaches from the 1990s, raycasting algorithm. All the graphics calculations take place on the CPU, so the game has performance limitations, but it's enough for playing.

The game has no dependencies; it was built from scratch with TypeScript.

image

Features

  • Primitive AI
  • Weapons: knife, pistol
  • Items: pistol ammo, heath pack
  • Doors openning

Assets