Brett Bussell

Project Details

Extraction Game

A game where the player must extract from the map with the valuable loot. The game features fully randomized map generation using binary space partitioning, saving/loading games, and vision constriction to make the loot harder to find.

Features

  • Random map generation using the binary space partitioning (BSP) algorithm. Replay the same map by entering the same seed.
  • Save game state and resume during future session.
  • Vision constricted to a small radius to make navigation harder.
  • Ability to expand vision radius for a few seconds (once per game).

Tech Stack

Java