Arachnochain
A downloadable game for Windows and Linux
[BUG FIXES] : The camera was too slow on some systems, making it so the player was able to run out of the screen. This fix is only in the CAMERA_FIX versions, the original game jam version is still in the Anarchochains.zip downloadable.
You're a dwarf who has found themselves stuck in the huge chain webs of an abandoned city. Mechanical spiders roam the webs, hunting everything that breathes. Can you collect your lost jewelry and escape, or will you end up as another corpse wrapped up in chains?
Game was created for the Azure Lux Game Jam 2021
Theme: Chain Reaction
Edit: Added a linux build after submission time, game is identical to the one I uploaded before the submission time ended.
Edit2: Fixed the camera movement being too slow for some players.
This game was made for the Azure Lux Game Jam 2021 and won the 1st place.
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
Platforms: Windows, macOS, Linux and in download the following icons too, though the actual download is only a executable Windows build. Is the Linux and macOS build coming?
Yeah, I'm a moron. I uploaded a Linux build as well ;)
Happens~ On the game, I loved the atmosphere of it, graphics and the game-play loop. Had some small issues with the view not catching up to my character, but maybe that was intentional, otherwise solid work!
Yeah, that camera thing is a problem thanks to me using Update for camera movement instead of FixedUpdate. So the camera will be slower or faster depending on the amount of frames you get in the game. Fixed update will give a choppy camera movement, so I uploaded a version where camera movement is faster.