Time Detectives by bb_buster
First off I'd like to say that I unfortunately didn't get the actual gameplay implemented. This is more of a proof of concept/tech demo for the framework I've been working on so if you're looking for a game to play it won't be here yet. Sorry :(
However I can give you a little background on the game concept.
There are multiple worlds stuck in different time frames converging together. As a time detective you have been hired to figure out the cause and stop them for collapsing space time as we know it.
To do this you can travel between worlds using your tape player by playing music from that era, but you can only remain there for as long as the track is still playing. Once it reaches the end you get pulled back in to the world you where originally in.
In this demo I was testing out moving from present day to a 1940's-50's Noire era.
******************************************
Controls:
W,A,S,D : movement keys
E : play the Noire Music
Mouse : look around
Note: You can change the screen resolution via the config file in the config folder, as well as setting it to full screen by setting fullscreen to 1. It should open with a normal txt editor
All Music heard in this demo is by Kevin MacLeod (incompetech.com)
**********************************************
Minor Update: The game relinquishes mouse control when the window loses focus. Though the cursor is still hidden when over the window
However I can give you a little background on the game concept.
There are multiple worlds stuck in different time frames converging together. As a time detective you have been hired to figure out the cause and stop them for collapsing space time as we know it.
To do this you can travel between worlds using your tape player by playing music from that era, but you can only remain there for as long as the track is still playing. Once it reaches the end you get pulled back in to the world you where originally in.
In this demo I was testing out moving from present day to a 1940's-50's Noire era.
******************************************
Controls:
W,A,S,D : movement keys
E : play the Noire Music
Mouse : look around
Note: You can change the screen resolution via the config file in the config folder, as well as setting it to full screen by setting fullscreen to 1. It should open with a normal txt editor
All Music heard in this demo is by Kevin MacLeod (incompetech.com)
**********************************************
Minor Update: The game relinquishes mouse control when the window loses focus. Though the cursor is still hidden when over the window
| Windows | https://dl.dropboxusercontent.com/u/24322734/Games/Time%20detectives/Time_detectives_techdemo.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-30/?action=preview&uid=8399 |
Ratings
| Coolness | 35% | 1694 |
| Overall(Jam) | 2.56 | 732 |
| Audio(Jam) | 3.31 | 276 |
| Graphics(Jam) | 2.81 | 608 |
| Innovation(Jam) | 3.20 | 287 |
| Theme(Jam) | 3.20 | 364 |
@g0wen Thanks, like I said above I will be working on it in my spare time. Thanks for pointing that out I kinda overlooked that, so I will check when the window is no longer in focus.
Also I forgot to mention that Escape key will exit the application
@jomomomo as the game is made using my custom framework written in c++ rather than something like unity there won't be a web based version