Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.61 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.61 KB

Atrium

The goal of this project is to create a first-person shooter with physics based puzzles, entirely in D language.

Visit the project site at http://gecko0307.github.io/atrium

Also visit our GameJolt page and follow the development blog (in Russian) at http://dlanggamedev.blogspot.ru

Gameplay

Atrium 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. The gameplay will be peaceful and non-violent: explore the world, solve the puzzles and unleash the mysteries.

Screenshots

Screenshot1 Screenshot1

Tech details

Atrium uses OpenGL for rendering, thus (theoretically) supporting all platforms that provide OpenGL API. Main target platforms for now are Windows and Linux. Currently Atrium is tested and known to work on Ubuntu 8.10, Windows XP, Windows Vista, Windows 7 and Windows 8 (32-bit).

Download

The project is still far from being finished, but you already can give it a shot: download a recent tech demo for your OS from here.

Build from source

The project is written in D2 using Phobos and requires up-to-date D compiler (DMD or LDC). To build Atrium, follow the instructions in the INSTALL file.