tuxDB - linux gaming aggregate
TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


https://kylerobinsongames.itch.io/molecularity



Game Description

A physics-based puzzle game where you must change the properties of objects, using the different modes of the provided multi-tool to solve puzzles and progress.

Development Info

Created in C++ and DirectX 11 with accompanying APIs for model loading, sound, and debugging tools.

This project incorporates advanced graphics techniques - stencil outlining, post-processing, alpha blending, render-to-texture, sprite and font rendering. It incorporates a complete sound system, realistic physics system, narrow-phase collision detection and resolution, along with a complete UI system.

The project utilises an event system that keeps the codebase decoupled. This enables the graphics system, for example, to communicate with the physics system without ever needing to know of its existence. This ensures the code is easier to understand and maintain.

This is all driven by a level state machine that manages each level, adding and removing objects when changing to the next level.