Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ufocoder/fps

Browser first-person 2.5D shooter
https://github.com/ufocoder/fps

game raycasting shooter wolfenstein

Last synced: 5 days ago
JSON representation

Browser first-person 2.5D shooter

Awesome Lists containing this project

README

        

Browser First Person Shooter v0.3.0
===================================

This is a [wolfenstein](https://en.wikipedia.org/wiki/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](./docs/screenshot.png)

## Features

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

## Assets

- Textures, [retro texture pack](https://little-martian.itch.io/retro-texture-pack)
- Characters:
- zombie (by [Semyon Yushkevich](https://github.com/jussiemion))
- [soldier, commando, slayer, flyguy, tank](https://fredrichi.itch.io/free-characters-with-animations-for-fps-game) (by [FredRichi](https://fredrichi.itch.io/))
- Weapon: knife, pistol (by [Semyon Yushkevich](https://github.com/jussiemion))