Skip to content

ufocoder/fps

Repository files navigation

Browser First Person Shooter v0.1.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
  • Items: ammo, heath pack

Assets