Play game
Khronos's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio | #151 | 1.342 | 3.000 |
Overall | #194 | 1.342 | 3.000 |
Graphics | #200 | 1.118 | 2.500 |
Theme interpretation | #200 | 1.118 | 2.500 |
Innovation | #204 | 0.894 | 2.000 |
Gameplay | #205 | 0.894 | 2.000 |
Ranked from 2 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
GitHub repository
https://github.com/RealityStop/khronos
Leave a comment
Log in with itch.io to leave a comment.
Comments
Am I missing something or is there no way to play with a keyboard?
No. I tried putting some bold text right above the download link warning of this, but you wouldn't see that from the submission page.
With it being a two player game only, keyboard wasn't a very good fit. I considered a dual keyboard (CSI-style), but ultimately never got around to it.
I did look at the game page and somehow totally over looked that.
Im trying to run Khronos on Ubuntu zesty:
$ mono DualityLauncher.exe
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly or one of its dependencies. File name: 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
to fix this i had to:
$ apt install -t artful mono-devel
now i see the main menu but when i try to start a level it fails with:
https://gist.github.com/enthus1ast/e4e4b6fe77cd38e0cea209d35c31a32a
Hmm... I don't have a Ubuntu install around, but it should work. Looks like it isn't finding that game content correctly. I'll see what I can do, thanks!
Ah! Filenames are case-insensitive on Windows. I corrected the filename case for linux and pushed a linux channel build. It should be identical to the Windows:2 build, except with file cases corrected for linux based OS's.
The original Windows:2 build still exists, as that was what was officially submitted for the Jam. Not sure what the rules are there.