electronvolt icon indicating copy to clipboard operation
electronvolt copied to clipboard

FPS with physics based puzzles

Electronvolt

Electronvolt (formerly known as Atrium) is a sci-fi first-person puzzle written entirely in D language. The game is not finished yet, currently there is only a tech demo.

Screenshot

Gameplay

Electronvolt will provide high level of interactivity, featuring fully dynamic world with everything being controlled by the physics engine. You will be able to walk on any surface and push any object, use special devices to affect gravity and other physical behaviours of the environment.

Tech details

The game features its own graphics engine. It also uses Newton Dynamics for physics.

The old version based on DGL engine can be found here.

Building

To build the game, run dub build --build=release-nobounds.

The repository contains only the source code. To run Electronvolt, you'll need binary data which is available here. Download the archive eV-data.zip, unpack it and put the data folder alongside with the executable.